diff options
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index c42af27..f2b9617 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -27,7 +27,7 @@ var Reveal = (function(){ // Bounds for smallest/largest possible scale to apply to content minScale: 0.2, - maxScale: 1.4, + maxScale: 1.0, // Display controls in the bottom right corner controls: true, |