Skip to content

Instantly share code, notes, and snippets.

@puginabox
Last active August 29, 2015 14:20
Show Gist options
  • Save puginabox/a6d169198531c7c6af42 to your computer and use it in GitHub Desktop.
Save puginabox/a6d169198531c7c6af42 to your computer and use it in GitHub Desktop.
targeting a screen size in javascript
if(screen.width > 600 && document.documentElement.clientWidth > 600) {
// dont run for smaller screens
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment