Add zoomKey config to default.revealjs.
Closes #4249. Thanks to @reagle.
This commit is contained in:
parent
8673eb079b
commit
b42afe6333
1 changed files with 4 additions and 0 deletions
|
@ -239,6 +239,10 @@ $endif$
|
|||
$if(maxScale)$
|
||||
maxScale: $maxScale$,
|
||||
$endif$
|
||||
$if(zoomKey)$
|
||||
// Modifier key used to click-zoom to part of the slide
|
||||
zoomKey: '$zoomKey$',
|
||||
$endif$
|
||||
$if(mathjax)$
|
||||
math: {
|
||||
mathjax: '$mathjaxurl$',
|
||||
|
|
Loading…
Add table
Reference in a new issue