Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <meta name="viewport" content="width=device-width, height=device-height">
  2.  
  3. @-ms-viewport {
  4. height: device-height;
  5. width: device-width;
  6. }
  7.  
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, target-densitydpi=medium-dpi, user-scalable=0" />
  9.  
  10. @viewport
  11. {
  12. width:320px;
  13. }
  14.  
  15. @-ms-viewport {
  16. width:320px;
  17. zoom-user:fixed;
  18. max-zoom:1;
  19. min-zoom:1;
  20. }
  21.  
  22. body, html {
  23. -ms-overflow-style: none !important;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement