Skip to content

Instantly share code, notes, and snippets.

@mrmartineau
Created June 30, 2014 19:43
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 mrmartineau/cb25953b1172acb40bd6 to your computer and use it in GitHub Desktop.
Save mrmartineau/cb25953b1172acb40bd6 to your computer and use it in GitHub Desktop.
hidpi media query
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
/* Content goes below*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment