Skip to content

Instantly share code, notes, and snippets.

@belocer
Created September 28, 2019 08:50
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 belocer/88fe009bbdebc0f9ab062417de910a0f to your computer and use it in GitHub Desktop.
Save belocer/88fe009bbdebc0f9ab062417de910a0f to your computer and use it in GitHub Desktop.
Получить ширину
let wi = window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment