diff options
author | Hakim El Hattab | 2013-01-31 00:09:28 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-01-31 00:09:28 -0500 |
commit | 1b01a749b07d1075d56ee133cea020e512eab0e2 (patch) | |
tree | 07ab9ec80313ecfcb334d58eac8cc4d70f99b56c /js/reveal.js | |
parent | f7a0cf703070b110557b8349ec1bafc4b0d0607e (diff) |
change default maxScale to 1.0 (#310)
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, |