Skip to content

Instantly share code, notes, and snippets.

@trkoehler
Created May 6, 2014 06:37
Show Gist options
  • Save trkoehler/292a71c5f8418749346e to your computer and use it in GitHub Desktop.
Save trkoehler/292a71c5f8418749346e to your computer and use it in GitHub Desktop.
.logo {
width: 204px;
height: 100px;
background: url('/img/logo.png');
}
@media
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
.logo {
background: url('/img/logo@2x.png');
background-size: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment