Skip to content

Instantly share code, notes, and snippets.

@AlkarE
Created January 16, 2016 19:53
Show Gist options
  • Save AlkarE/8ff9835d809dc5b28c0b to your computer and use it in GitHub Desktop.
Save AlkarE/8ff9835d809dc5b28c0b to your computer and use it in GitHub Desktop.
retina-images
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
/* стили для дисплеев Retina */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment