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)$
|
||||
// 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
|
||||
|
|
Loading…
Add table
Reference in a new issue