Skip to content

Instantly share code, notes, and snippets.

@ridgehkr
Created May 17, 2013 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ridgehkr/5601387 to your computer and use it in GitHub Desktop.
Save ridgehkr/5601387 to your computer and use it in GitHub Desktop.
Fix an orientation scale bug in iOS. MUST come last in your CSS // ht @jpamental
/* Make sure this is last - helps correct for an orientation scale bug in iOS */
@media screen and (orientation:landscape) and (device-width:320px) and (device-height: 480px) {
body {
width: 480px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment