diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-15 17:45:27 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-15 17:45:27 -0400 |
commit | 86216ac645d8bb696d090a90d5280dd8f963a44a (patch) | |
tree | 81a2171e6057fbaa2fc52a0e0c93eca42506b362 /index.html | |
parent | 36061b43bacb49ca83ebcbb8d419e36548439640 (diff) | |
download | perl-software-in-gnu-guix-86216ac645d8bb696d090a90d5280dd8f963a44a.tar perl-software-in-gnu-guix-86216ac645d8bb696d090a90d5280dd8f963a44a.tar.gz |
use 'url()'-free path when specifying parallax image, refactor so that parallax is applied to background class, remove unused attributes #595
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: [ |