diff options
author | Hakim El Hattab | 2016-06-10 10:58:40 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-06-10 10:58:40 +0200 |
commit | 8162855d23601e66a25ba79dd4013ef416c4f1b4 (patch) | |
tree | cfcdd3391293b9ef1c15e54e8d367139c4a9ceb5 /js | |
parent | 6bfa48a667fe91bb1de1b680769aeb7260af3a49 (diff) |
increase default font sizes, adjust config defaults for less margings and larger max scale #1605
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js index 3de52c5..4999bdb 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -43,11 +43,11 @@ height: 700, // Factor of the display size that should remain empty around the content - margin: 0.1, + margin: 0.04, // Bounds for smallest/largest possible scale to apply to content minScale: 0.2, - maxScale: 1.5, + maxScale: 2.0, // Display controls in the bottom right corner controls: true, |