aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-09-15 14:44:45 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-09-15 14:44:45 -0400
commit2fc0dfa8e189a924a0ea77780e13537a02ff4e01 (patch)
tree5eac71dd0553d117c855b8da7522d6d9dc337c3e /index.html
parent1fb85d4df6a5b5b971d3a1beaff2a659bab72470 (diff)
parent2bd228534b9e667ec465131ff35b09e0b41fe890 (diff)
downloadfosdem-2018-presentation-2fc0dfa8e189a924a0ea77780e13537a02ff4e01.tar
fosdem-2018-presentation-2fc0dfa8e189a924a0ea77780e13537a02ff4e01.tar.gz
merge parallax into dev, remove default image #595
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index a3bfd7d..b7c67bc 100644
--- a/index.html
+++ b/index.html
@@ -366,6 +366,10 @@ function linkify( selector ) {
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
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",
+
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },