From 37cfc617edfa04aa130798bd83e31a6385f63bdc Mon Sep 17 00:00:00 2001 From: Vaughn Iverson Date: Sun, 15 Nov 2015 18:29:30 -0800 Subject: Removed quotes from around values inserted for parallaxBackgroundHorizontal and parallaxBackgroundVertical. These values should be integers, not strings --- default.revealjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.revealjs') 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 -- cgit v1.2.3