Guest User

Untitled

a guest
Aug 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Mobile website. viewport width gets stuck going back to portrait
  2. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=1" />
  3.  
  4. @media all and (device-width: 320) and (orientation: portrait) { ... }
  5. @media all and (device-width: 480) and (orientation: landscape) { ... }
Add Comment
Please, Sign In to add comment