Skip to content

Instantly share code, notes, and snippets.

@aalexeev239
Created December 2, 2015 20:12
Show Gist options
  • Save aalexeev239/57812fdc4cd50181870f to your computer and use it in GitHub Desktop.
Save aalexeev239/57812fdc4cd50181870f to your computer and use it in GitHub Desktop.
retina
// @2x Images (Pixel Ratio of 1.25+)
$retina2x = "only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx)"
// @3x Images (Pixel Ratio of 2.25+)
$retina3x = "only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment