diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs index e1949e397..9469291b2 100644 --- a/data/templates/default.revealjs +++ b/data/templates/default.revealjs @@ -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$',