Skip to content

Commit

Permalink
Mute videos so autoplay works
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Oct 4, 2023
1 parent 00bb02e commit 421cdef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ <h3 class="title">SM5 Gimmick Support</h3>
src="assets/preview/scrolls.mp4"
class="preview"
autoplay
muted
loop
></video>
</div>
Expand All @@ -114,6 +115,7 @@ <h3 class="title">Popup Editing</h3>
src="assets/preview/popup.mp4"
class="preview"
autoplay
muted
loop
></video>
</div>
Expand All @@ -127,6 +129,7 @@ <h3 class="title">Playtesting</h3>
src="assets/preview/playtest.mp4"
class="preview"
autoplay
muted
loop
></video>
</div>
Expand All @@ -146,6 +149,7 @@ <h3 class="title">Mouse Note Placement</h3>
src="assets/preview/mouse.mp4"
class="preview"
autoplay
muted
loop
></video>
</div>
Expand All @@ -164,6 +168,7 @@ <h3 class="title">Advanced Audio Filtering</h3>
src="assets/preview/eq.mp4"
class="preview"
autoplay
muted
loop
></video>
</div>
Expand All @@ -176,6 +181,7 @@ <h3 class="title">Customizable Keybinds</h3>
src="assets/preview/pref.mp4"
class="preview"
autoplay
muted
loop
></video>
</div>
Expand All @@ -186,6 +192,7 @@ <h3 class="title">ArrowVortex Clipboard Integration</h3>
src="assets/preview/av.mp4"
class="preview"
autoplay
muted
loop
></video>
</div>
Expand Down

0 comments on commit 421cdef

Please sign in to comment.