disableLayout comment tweak
This commit is contained in:
parent
9dbccd6978
commit
6dbc593280
@ -84,8 +84,8 @@
|
|||||||
// Enable the slide overview mode
|
// Enable the slide overview mode
|
||||||
overview: true,
|
overview: true,
|
||||||
|
|
||||||
// Enable/disable user specified layouts (like css-grid)
|
// Disables the default reveal.js slide layout so that you can use
|
||||||
// (basically prevents all the display & height/width calculations)
|
// custom CSS layout
|
||||||
disableLayout: false,
|
disableLayout: false,
|
||||||
|
|
||||||
// Vertical centering of slides
|
// Vertical centering of slides
|
||||||
@ -311,7 +311,7 @@
|
|||||||
'F': 'Fullscreen',
|
'F': 'Fullscreen',
|
||||||
'ESC, O': 'Slide overview'
|
'ESC, O': 'Slide overview'
|
||||||
},
|
},
|
||||||
|
|
||||||
// Holds custom key code mappings
|
// Holds custom key code mappings
|
||||||
registeredKeyBindings = {};
|
registeredKeyBindings = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user