From 86216ac645d8bb696d090a90d5280dd8f963a44a Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 15 Sep 2013 17:45:27 -0400 Subject: use 'url()'-free path when specifying parallax image, refactor so that parallax is applied to background class, remove unused attributes #595 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 6cce56b..9de144b 100644 --- a/index.html +++ b/index.html @@ -367,8 +367,8 @@ function linkify( selector ) { transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none // Parallax scrolling - // parallaxBackgroundImage: "url('https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg')", - // parallaxBackgroundSize: "2100px 900px", + // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', + // parallaxBackgroundSize: '2100px 900px', // Optional libraries used to extend on reveal.js dependencies: [ -- cgit v1.2.3