Skip to content

Commit

Permalink
make it autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Oct 1, 2024
1 parent f1a3143 commit 29acea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mse_mp4/webvtt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
<body>
<h1>MSE with webvtt</h1>
<div id="videodiv" style="width: 640px; height: 360px">
<video id="video" style="object-fit: cover;" width="100%" height="100%" muted playsinline loop controls></video>
<video id="video" style="object-fit: cover;" width="100%" height="100%" autoplay muted playsinline loop controls></video>
</div>
</body>
</html>

0 comments on commit 29acea7

Please sign in to comment.