Skip to content

Instantly share code, notes, and snippets.

@ethyde
Last active August 29, 2015 14:20
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 ethyde/0077a1407c615f7dd174 to your computer and use it in GitHub Desktop.
Save ethyde/0077a1407c615f7dd174 to your computer and use it in GitHub Desktop.
var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
var h = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment