Browse Source

change default maxScale to 1.0 (#310)

Hakim El Hattab 11 years ago
parent
commit
1b01a749b0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 1 - 1
js/reveal.js

@@ -27,7 +27,7 @@ var Reveal = (function(){
 
 
 			// Bounds for smallest/largest possible scale to apply to content
 			// Bounds for smallest/largest possible scale to apply to content
 			minScale: 0.2,
 			minScale: 0.2,
-			maxScale: 1.4,
+			maxScale: 1.0,
 
 
 			// Display controls in the bottom right corner
 			// Display controls in the bottom right corner
 			controls: true,
 			controls: true,

File diff suppressed because it is too large
+ 1 - 1
js/reveal.min.js


Some files were not shown because too many files changed in this diff