Skip to content

Instantly share code, notes, and snippets.

@vm137
Created September 10, 2015 10:16
Show Gist options
  • Select an option

  • Save vm137/729c2899af841531e078 to your computer and use it in GitHub Desktop.

Select an option

Save vm137/729c2899af841531e078 to your computer and use it in GitHub Desktop.
var isRetina = (
window.devicePixelRatio > 1 ||
(window.matchMedia && window.matchMedia("(-webkit-min-device-pixel-ratio: 1.5),(-moz-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5)").matches)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment