diff options
author | Hakim El Hattab | 2014-12-10 18:18:57 +0100 |
---|---|---|
committer | Hakim El Hattab | 2014-12-10 18:19:04 +0100 |
commit | 05403bcf16e44863e97af776cc566e75f570eef7 (patch) | |
tree | 3f7688e1cf48f78e334aaa1cbc5f5e66a6f94c17 /js | |
parent | ad9e93eae5850b7cd8513b4040e0b1b144a2f275 (diff) |
first revision of new default theme #1018
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index ef3471c..9681694 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -43,7 +43,7 @@ // Bounds for smallest/largest possible scale to apply to content minScale: 0.2, - maxScale: 1.0, + maxScale: 1.5, // Display controls in the bottom right corner controls: true, |