From b133468f3e02588230412c3a48624f3838bf9e7a Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 10 Dec 2014 20:18:11 +0100 Subject: [PATCH] include background video example in default presentation --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index cf90a21..012ebe6 100644 --- a/index.html +++ b/index.html @@ -223,6 +223,12 @@ Reveal.addEventListener( 'customevent', function() {

Tiled Backgrounds

<section data-background="image.png" data-background-repeat="repeat" data-background-size="100px">
+
+
+

Video Backgrounds

+
<section data-background-video="http://example.com/video.mp4,http://example.com/video.webm" data-background-color="#000000">
+
+