Skip to content

Instantly share code, notes, and snippets.

@cweider
Created April 15, 2012 21:03
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 cweider/2394800 to your computer and use it in GitHub Desktop.
Save cweider/2394800 to your computer and use it in GitHub Desktop.
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
img[src="images/icon.png"] {
content: url("images/icon@2x.png");
}
img[src="images/store_small.png"] {
content: url("images/store_small@2x.png");
}
img[src="images/screen_fail.png"] {
content: url("images/screen_fail@2x.png");
}
img[src="images/screen_play.png"] {
content: url("images/screen_play@2x.png");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment