Skip to content

Instantly share code, notes, and snippets.

@rasy-js
Last active August 29, 2015 14:23
Show Gist options
  • Save rasy-js/5ab4ff58943a43ff06d6 to your computer and use it in GitHub Desktop.
Save rasy-js/5ab4ff58943a43ff06d6 to your computer and use it in GitHub Desktop.
function getWindowWidth() {
return window.innerWidth || document.body.clientWidth;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment