Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Created May 20, 2015 10:04
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 yuraloginoff/69765b402ea4573c24e1 to your computer and use it in GitHub Desktop.
Save yuraloginoff/69765b402ea4573c24e1 to your computer and use it in GitHub Desktop.
Retina css styles
@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 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.logo {
background: url('logo@2x.png') 0 0 no-repeat;
background-size: cover;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment