change default maxScale to 1.0 (#310)

This commit is contained in:
Hakim El Hattab 2013-01-31 00:09:28 -05:00
parent f7a0cf7030
commit 1b01a749b0
2 changed files with 3 additions and 3 deletions

View File

@ -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,

4
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long