aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGreg Denehy <greg@inclose.com.au>2015-02-19 17:04:41 +1030
committerGreg Denehy <greg@inclose.com.au>2015-02-19 17:04:41 +1030
commit00fa1c818dc5806297c3ab3ec68abc13911774d1 (patch)
tree35fce0d17053d54477bd8e59af30042a2180ab89 /README.md
parentce8ea8439305913a9be6322fcd445814c521e724 (diff)
downloadfreenode-live-2017-presentation-00fa1c818dc5806297c3ab3ec68abc13911774d1.tar
freenode-live-2017-presentation-00fa1c818dc5806297c3ab3ec68abc13911774d1.tar.gz
Added option to loop background videos
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 e748ca8..e0e8061 100644
--- a/README.md
+++ b/README.md
@@ -427,8 +427,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">
- <h2>Video. Multiple sources can be defined using a comma separated list.</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>
+ <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>
<section data-background-iframe="https://slides.com">
<h2>Embeds a web page as a background. Note that the page won't be interactive.</h2>