aboutsummaryrefslogtreecommitdiff
path: root/examples/media.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/media.html')
-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>