diff options
Diffstat (limited to 'default.revealjs')
-rw-r--r-- | default.revealjs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.revealjs b/default.revealjs index ff88a44..e611e5b 100644 --- a/default.revealjs +++ b/default.revealjs | |||
@@ -82,6 +82,10 @@ $endif$ | |||
82 | // Full list of configuration options available at: | 82 | // Full list of configuration options available at: |
83 | // https://revealjs.com/config/ | 83 | // https://revealjs.com/config/ |
84 | Reveal.initialize({ | 84 | Reveal.initialize({ |
85 | $if(center)$ | ||
86 | // Determines whether slide content should be vertically centered | ||
87 | center: $center$, | ||
88 | $endif$ | ||
85 | $if(controls)$ | 89 | $if(controls)$ |
86 | // Display controls in the bottom right corner | 90 | // Display controls in the bottom right corner |
87 | controls: $controls$, | 91 | controls: $controls$, |