bg videos remain muted on mobile, otherwise broken when navigating with swipe gestures

This commit is contained in:
Hakim El Hattab
2020-06-16 11:20:15 +02:00
parent 2fccb77405
commit 9ff27cfbc9
4 changed files with 9 additions and 4 deletions

View File

@ -36,7 +36,7 @@
<video src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" data-autoplay></video>
</section>
<section data-background-video="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" data-background-video-muted>
<section data-background-video="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4">
<h2>Background Video</h2>
</section>
@ -68,7 +68,7 @@
<script src="../dist/reveal.js"></script>
<script>
Reveal.initialize();
Reveal.initialize({hash: true});
</script>
</body>