Skip to content

Instantly share code, notes, and snippets.

@nick-jonas
Created February 26, 2013 18:46
Show Gist options
  • Select an option

  • Save nick-jonas/5040970 to your computer and use it in GitHub Desktop.

Select an option

Save nick-jonas/5040970 to your computer and use it in GitHub Desktop.
Javascript conditional for retina screens
isRetina = ((window.devicePixelRatio===undefined?1:window.devicePixelRatio)>1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment