Advertisement
lewisje

Mobile Viewport Reset

Nov 25th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.22 KB | None | 0 0
  1. <html><head>
  2. <meta name="viewport" content="width=device-width,initial-scale=1">
  3. <style>
  4. @-ms-viewport {
  5.   width: device-width;
  6. }
  7. @viewport {
  8.   width: device-width;
  9.   zoom: 1;
  10. }
  11. </style></head><body></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement