Skip to content

Instantly share code, notes, and snippets.

@esundahl
Created March 16, 2012 19:50
Show Gist options
  • Save esundahl/2052201 to your computer and use it in GitHub Desktop.
Save esundahl/2052201 to your computer and use it in GitHub Desktop.
Javascript: detect retina display
var retina = window.devicePixelRatio > 1 ? true : false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment