Skip to content

Commit

Permalink
fix muted in popup video
Browse files Browse the repository at this point in the history
  • Loading branch information
GoncharovaOksana committed Oct 4, 2024
1 parent 8ad2de4 commit 8b7c188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ export default async ({ data }) => {
<div class="popup__main">
<div class="popup__video">
<div class="video">
<video muted loop playsinline src="/assets/images/trailer.mp4" type="video/mp4"></video>
<video loop playsinline src="/assets/images/trailer.mp4" type="video/mp4"></video>
</div>
</div>
</div>
Expand All @@ -494,7 +494,7 @@ export default async ({ data }) => {
<div class="popup__main">
<div class="popup__video">
<div class="video">
<video muted loop playsinline src="/assets/images/process/PlayerZero_CompanionMedia1.mp4" type="video/mp4"></video>
<video loop playsinline src="/assets/images/process/PlayerZero_CompanionMedia1.mp4" type="video/mp4"></video>
</div>
</div>
</div>
Expand Down

0 comments on commit 8b7c188

Please sign in to comment.