Skip to content

Instantly share code, notes, and snippets.

@lexuschert
Created December 13, 2019 06:31
Show Gist options
  • Save lexuschert/128ee3967fd486ea314b7fbf57631388 to your computer and use it in GitHub Desktop.
Save lexuschert/128ee3967fd486ea314b7fbf57631388 to your computer and use it in GitHub Desktop.
Check isRetina screen
function isRetina() {
return window.devicePixelRatio >= 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment