add option for disabling overview mode (closes #145)
This commit is contained in:
parent
6779f4aecb
commit
c904cef864
4 changed files with 107 additions and 53 deletions
|
@ -70,6 +70,9 @@ Reveal.initialize({
|
|||
// Enable keyboard shortcuts for navigation
|
||||
keyboard: true,
|
||||
|
||||
// Enable the slide overview mode
|
||||
overview: true,
|
||||
|
||||
// Loop the presentation
|
||||
loop: false,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue