aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRazvan Caliman <razvan.caliman@gmail.com>2015-12-03 09:43:32 +0000
committerRazvan Caliman <razvan.caliman@gmail.com>2015-12-03 09:43:32 +0000
commitb49664621f2a4ecb683a952e4dee86be2258453f (patch)
treedc5076986726cb3842723dca025862b529410597 /README.md
parent6949ebc762ca993b3f8b34b46dead40a15b30e82 (diff)
downloadfosdem-2018-presentation-b49664621f2a4ecb683a952e4dee86be2258453f.tar
fosdem-2018-presentation-b49664621f2a4ecb683a952e4dee86be2258453f.tar.gz
add option to mute background videos (updated)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf60477..01f01dc 100644
--- a/README.md
+++ b/README.md
@@ -448,8 +448,8 @@ Slides are contained within a limited portion of the screen by default to allow
<section data-background="http://example.com/image.png" data-background-size="100px" data-background-repeat="repeat">
<h2>This background image will be sized to 100px and repeated.</h2>
</section>
-<section data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4,https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.webm" data-background-video-loop>
- <h2>Video. Multiple sources can be defined using a comma separated list. Video will loop when the data-background-video-loop attribute is provided.</h2>
+<section data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4,https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.webm" data-background-video-loop data-background-video-muted>
+ <h2>Video. Multiple sources can be defined using a comma separated list. Video will loop when the data-background-video-loop attribute is provided and can be muted with the data-background-video-muted attribute.</h2>
</section>
<section data-background-iframe="https://slides.com">
<h2>Embeds a web page as a background. Note that the page won't be interactive.</h2>