diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-10 20:18:11 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-10 20:18:11 +0100 |
commit | b133468f3e02588230412c3a48624f3838bf9e7a (patch) | |
tree | 3814a4152a8011a59144a0928372a52a497b2aa3 /index.html | |
parent | 8524af73f678e1a135ab83290bea19edf1f7f50e (diff) | |
download | fosdem-2018-presentation-b133468f3e02588230412c3a48624f3838bf9e7a.tar fosdem-2018-presentation-b133468f3e02588230412c3a48624f3838bf9e7a.tar.gz |
include background video example in default presentation
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -223,6 +223,12 @@ Reveal.addEventListener( 'customevent', function() { <h2>Tiled Backgrounds</h2> <pre><code style="word-wrap: break-word;"><section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"></code></pre> </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-color="#000000"> + <div style="background-color: rgba(0, 0, 0, 0.9); color: #fff; padding: 20px;"> + <h2>Video Backgrounds</h2> + <pre><code style="word-wrap: break-word;"><section data-background-video="http://example.com/video.mp4,http://example.com/video.webm" data-background-color="#000000"></code></pre> + </div> + </section> </section> <section data-transition="slide" data-background="#4d7e65" data-background-transition="zoom"> |