diff options
author | Hakim El Hattab | 2017-02-02 10:46:44 +0100 |
---|---|---|
committer | Hakim El Hattab | 2017-02-02 10:47:39 +0100 |
commit | 9f99ac8b849aa26df98232bfa04db50eb2baa5ee (patch) | |
tree | dad84236bd47eb8eba52a15702d2212327d14f91 /README.md | |
parent | 8a0dca2ba0f9c531d143c6d48686494614cb27f9 (diff) |
adjust comment for display config value #1325
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -270,7 +270,10 @@ Reveal.initialize({ // - Calculated automatically unless specified // - Set to 0 to disable movement along an axis parallaxBackgroundHorizontal: null, - parallaxBackgroundVertical: null + parallaxBackgroundVertical: null, + + // The display mode that will be used to show slides + display: 'block' }); ``` |