aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-02-16 11:27:25 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-02-16 11:27:25 +0100
commitc7ce6af1c811d92aa4bbc5958cf6877d7d2f7fa4 (patch)
tree10ba0d5389167ca77025a0b729bf160a0271b100
parent957599ab20ee112462766578340b134613b1a21b (diff)
downloadimpress.js-c7ce6af1c811d92aa4bbc5958cf6877d7d2f7fa4.tar.gz
iPad trial and error
-rw-r--r--js/impress.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/impress.js b/js/impress.js
index 2782c06..cef478e 100644
--- a/js/impress.js
+++ b/js/impress.js
@@ -128,7 +128,7 @@
var meta = $("meta[name='viewport']") || document.createElement("meta");
// hardcoding these values looks pretty bad, as they kind of depend on the content
// so they should be at least configurable
- meta.content = "width=1024, initial-scale=0.75, minimum-scale=0.75, maximum-scale=0.75, user-scalable=no";
+ meta.content = "width=1024, minimum-scale=0.75, maximum-scale=0.75, user-scalable=no";
if (meta.parentNode != document.head) {
meta.name = 'viewport';
document.head.appendChild(meta);