aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-15 22:01:09 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-15 22:01:09 -0800
commit16e9428d8a86f6c95ef763a556e1297435e3032d (patch)
treebf20d2120a5fa16225ba32892dcd7210cb27d1d9
parentc31874467bb58ac1735dc28af458e7603a166397 (diff)
parent37cfc617edfa04aa130798bd83e31a6385f63bdc (diff)
downloadpandoc-16e9428d8a86f6c95ef763a556e1297435e3032d.tar.gz
Merge pull request #151 from vsivsi/master
reveal.js - Fix broken parallaxBackgroundHorizontal and parallaxBackgroundVertical support.
-rw-r--r--default.revealjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.revealjs b/default.revealjs
index 48f5eec41..db16168f9 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -198,10 +198,10 @@ $endif$
$if(parallaxBackgroundHorizontal)$
// Amount to move parallax background (horizontal and vertical) on slide change
// Number, e.g. 100
- parallaxBackgroundHorizontal: '$parallaxBackgroundHorizontal$',
+ parallaxBackgroundHorizontal: $parallaxBackgroundHorizontal$,
$endif$
$if(parallaxBackgroundVertical)$
- parallaxBackgroundVertical: '$parallaxBackgroundVertical$',
+ parallaxBackgroundVertical: $parallaxBackgroundVertical$,
$endif$
$if(width)$
// The "normal" size of the presentation, aspect ratio will be preserved