Skip to content

Commit

Permalink
Totally disable zooming on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Dec 6, 2010
1 parent be34603 commit a88548b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/example.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />

<!-- disable zooming -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=0;" />

<title>{{ page.title }}</title>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />

<!-- disable zooming -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=0;" />

<title>{{ page.title }}</title>

Expand Down

0 comments on commit a88548b

Please sign in to comment.