-
-
Save Victa/3451445 to your computer and use it in GitHub Desktop.
Capturer les écrans Retina avec une media query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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