Merge pull request #1234 from lememora/master
Added missing comma on the configuration example
This commit is contained in:
commit
c99f138fbb
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ Reveal.initialize({
|
||||||
parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
|
parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
|
||||||
|
|
||||||
// Parallax background size
|
// Parallax background size
|
||||||
parallaxBackgroundSize: '' // CSS syntax, e.g. "2100px 900px"
|
parallaxBackgroundSize: '', // CSS syntax, e.g. "2100px 900px"
|
||||||
|
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in a new issue