Skip to content

Instantly share code, notes, and snippets.

@peacefulseeker
Created February 15, 2018 08:02
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 peacefulseeker/e907ee3fba98672824ab7c92042ca786 to your computer and use it in GitHub Desktop.
Save peacefulseeker/e907ee3fba98672824ab7c92042ca786 to your computer and use it in GitHub Desktop.
CSS: Media Query to target retina devices.
@media only screen and (min-resolution: 2dppx), (min-resolution: 192dpi) {
background-image: url('/assets/build/img/sprite-2x.png');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment