Skip to content

Commit

Permalink
fix: autoplay videos muted
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jul 14, 2021
1 parent 4c81066 commit bcb926a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/OpenWorld/Earth/HowToFish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<br />
<h6 class="text-center">[Image by Narration]</h6>
<br />
<video autoplay loop>
<video autoplay muted loop>
<source src="@/assets/img/fish/guide/hotspot.webm" type="video/webm" />
<source src="@/assets/img/fish/guide/hotspot.mp4" type="video/mp4" />
</video>
Expand Down
2 changes: 1 addition & 1 deletion src/views/OpenWorld/Venus/HowToFish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<FishImg type="guide" item="vallisguide2" name="Vallis Guide 2" />
<br />
<br />
<video autoplay loop>
<video autoplay muted loop>
<source src="@/assets/img/fish/guide/vallishotspot.webm" type="video/webm" />
<source src="@/assets/img/fish/guide/vallishotspot.mp4" type="video/mp4" />
</video>
Expand Down

1 comment on commit bcb926a

@vercel
Copy link

@vercel vercel bot commented on bcb926a Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.