Skip to content

Commit

Permalink
mobile viewport comment rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 17, 2010
1 parent 070a0ba commit d55679b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<meta name="description" content="">
<meta name="author" content="">

<!-- iPhone/iPad/Opera Mobile Viewport Fix:
device-width : Make sure webpages occupy full width of the screen in its current orientation (portrait or landscape)
initial-scale = 1.0 retains dimensions of the page instead of zooming out if page height is larger than device height
maximum-scale = 1.0 retains dimensions of the page instead of zooming in if page width is smaller than device width
More at: http://j.mp/mobileviewport & http://davidbcalhoun.com/2010/viewport-metatag -->
<!-- Mobile Viewport Fix
http://j.mp/mobileviewport & http://davidbcalhoun.com/2010/viewport-metatag
device-width : Occupy full width of the screen in its current orientation
initial-scale = 1.0 retains dimensions instead of zooming out if page height > device height
maximum-scale = 1.0 retains dimensions instead of zooming in if page width < device width
-->
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">


Expand Down

0 comments on commit d55679b

Please sign in to comment.