diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-06-03 11:29:59 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-06-03 11:29:59 +0200 |
commit | c99f138fbb71688c7ff02121e9ef856fe4781627 (patch) | |
tree | a77703a329840cd191fa4dce627a60e7acb8d41e | |
parent | 1ca92a4f298bd46cd982853834d5bce386bf8d26 (diff) | |
parent | 7c7776a942b68c338c585e7538c5d692e5916b42 (diff) | |
download | fosdem-2018-presentation-c99f138fbb71688c7ff02121e9ef856fe4781627.tar fosdem-2018-presentation-c99f138fbb71688c7ff02121e9ef856fe4781627.tar.gz |
Merge pull request #1234 from lememora/master
Added missing comma on the configuration example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ Reveal.initialize({ parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'" // 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 // Number, e.g. 100 |