diff options
author | Hakim El Hattab | 2015-02-25 15:48:48 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-02-25 15:48:48 +0100 |
commit | a245a87e381b81168e730a6b4bf3d224b8931606 (patch) | |
tree | 3209cd1b5ae5460761d871f61801bdd7deb8d756 /README.md | |
parent | 22a5ec5e3b2473da15a9d5b22ae6a513101d5ff9 (diff) | |
parent | 00fa1c818dc5806297c3ab3ec68abc13911774d1 (diff) |
Merge pull request #1138 from denehyg/background-video-loop
background video loop
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -431,8 +431,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> |