Removed quotes from around values inserted for parallaxBackgroundHorizontal and parallaxBackgroundVertical. These values should be integers, not strings
This commit is contained in:
parent
c31874467b
commit
37cfc617ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue