Skip to content

Commit

Permalink
Make sure browsers do not block autoplay.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Jun 5, 2020
1 parent 8e331e9 commit 13ec68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>

<body>
<video id="video" autoplay muted></video>
<video id="video" autoplay muted defaultMuted playsinline></video>
</body>

</html>

0 comments on commit 13ec68b

Please sign in to comment.