From 1b01a749b07d1075d56ee133cea020e512eab0e2 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 31 Jan 2013 00:09:28 -0500 Subject: change default maxScale to 1.0 (#310) --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/reveal.js') 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, -- cgit v1.2.3