Skip to content

Instantly share code, notes, and snippets.

@adparadise
Created July 27, 2012 20:10
Show Gist options
  • Save adparadise/3190223 to your computer and use it in GitHub Desktop.
Save adparadise/3190223 to your computer and use it in GitHub Desktop.
Background Images example
.header {
background: url(headerImage.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.header {
background: url(headerImage-hires.png);
background-size: 50%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment