Skip to content

Instantly share code, notes, and snippets.

@michaelbrooks
Created October 2, 2014 08:38
Show Gist options
  • Save michaelbrooks/b8f97527b694febee5f4 to your computer and use it in GitHub Desktop.
Save michaelbrooks/b8f97527b694febee5f4 to your computer and use it in GitHub Desktop.
IE 10 viewport device width fix
/*
Fix for IE10 device width.
http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
*/
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment