Skip to content

Instantly share code, notes, and snippets.

@maximevalette
Created August 24, 2012 06:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save maximevalette/3446356 to your computer and use it in GitHub Desktop.
Save maximevalette/3446356 to your computer and use it in GitHub Desktop.
Capturer les écrans Retina avec une media query
@media
only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (min-resolution: 120dpi) {
/* Votre code ici pour les écrans Retina */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment