Revealjs: Allow center to be set to false. Closes #93.
This commit is contained in:
parent
ab55684bc1
commit
3370fd9f11
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ $body$
|
|||
controls: true, // Display controls in the bottom right corner
|
||||
progress: true, // Display a presentation progress bar
|
||||
history: true, // Push each slide change to the browser history
|
||||
center: $if(center)$$center$$else$true$endif$, // Vertical centering of slides
|
||||
center: $if(center)$$center$$else$false$endif$, // Vertical centering of slides
|
||||
maxScale: $if(maxScale)$$maxScale$$else$1.5$endif$, // Bounds for smallest/largest possible content scale
|
||||
slideNumber: $if(slideNumber)$true$else$false$endif$, // Display the page number of the current slide
|
||||
theme: $if(theme)$'$theme$'$else$Reveal.getQueryHash().theme$endif$, // available themes are in /css/theme
|
||||
|
|
Loading…
Add table
Reference in a new issue