change default maxScale to 1.0 (#310)
This commit is contained in:
parent
f7a0cf7030
commit
1b01a749b0
2 changed files with 3 additions and 3 deletions
|
@ -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
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue