Browse Source

change default maxScale to 1.0 (#310)

embed
Hakim El Hattab 12 years ago
parent
commit
1b01a749b0
  1. 2
      js/reveal.js
  2. 4
      js/reveal.min.js

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

4
js/reveal.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save