Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Created June 10, 2018 22:34
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 lonekorean/6f5c84bbfc0d0b4ce3b5b8dcaed1439d to your computer and use it in GitHub Desktop.
Save lonekorean/6f5c84bbfc0d0b4ce3b5b8dcaed1439d to your computer and use it in GitHub Desktop.
Getting viewport dimensions
let viewportWidth = document.documentElement.clientWidth;
let viewportHeight = document.documentElement.clientHeight;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment