aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-06-16 11:20:15 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-06-16 11:20:15 +0200
commit9ff27cfbc9aaf939894b42b73973ea47b38eedec (patch)
tree42f6c7bff951f2db0a8c7d5d0acb07640785a389 /examples
parent2fccb77405a52b29e144f2e33b741f207ebfab47 (diff)
downloadfosdem-2021-minimalism-presentation-9ff27cfbc9aaf939894b42b73973ea47b38eedec.tar
fosdem-2021-minimalism-presentation-9ff27cfbc9aaf939894b42b73973ea47b38eedec.tar.gz
bg videos remain muted on mobile, otherwise broken when navigating with swipe gestures
Diffstat (limited to 'examples')
-rw-r--r--examples/media.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/media.html b/examples/media.html
index 8f17160..388208f 100644
--- a/examples/media.html
+++ b/examples/media.html
@@ -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>