Skip to content

Instantly share code, notes, and snippets.

@romac
Created November 1, 2013 11:11
Show Gist options
  • Save romac/7264006 to your computer and use it in GitHub Desktop.
Save romac/7264006 to your computer and use it in GitHub Desktop.
@media only screen and (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
#my-image {
background:url(high.png);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment