Removed quotes from around values inserted for parallaxBackgroundHorizontal and parallaxBackgroundVertical. These values should be integers, not strings

This commit is contained in:
Vaughn Iverson 2015-11-15 18:29:30 -08:00
parent c31874467b
commit 37cfc617ed

View file

@ -198,10 +198,10 @@ $endif$
$if(parallaxBackgroundHorizontal)$ $if(parallaxBackgroundHorizontal)$
// Amount to move parallax background (horizontal and vertical) on slide change // Amount to move parallax background (horizontal and vertical) on slide change
// Number, e.g. 100 // Number, e.g. 100
parallaxBackgroundHorizontal: '$parallaxBackgroundHorizontal$', parallaxBackgroundHorizontal: $parallaxBackgroundHorizontal$,
$endif$ $endif$
$if(parallaxBackgroundVertical)$ $if(parallaxBackgroundVertical)$
parallaxBackgroundVertical: '$parallaxBackgroundVertical$', parallaxBackgroundVertical: $parallaxBackgroundVertical$,
$endif$ $endif$
$if(width)$ $if(width)$
// The "normal" size of the presentation, aspect ratio will be preserved // The "normal" size of the presentation, aspect ratio will be preserved