Skip to content

Instantly share code, notes, and snippets.

@vm137
Created September 10, 2015 10:16
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 vm137/729c2899af841531e078 to your computer and use it in GitHub Desktop.
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)
);