Skip to content

Instantly share code, notes, and snippets.

@almonk
Created February 28, 2013 14:00
Show Gist options
  • Save almonk/5056928 to your computer and use it in GitHub Desktop.
Save almonk/5056928 to your computer and use it in GitHub Desktop.
.logo {
background-url('logo.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
.logo {
background-url('[email protected]');
background-size: 200px 300px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment