MaloufCompanies.dev
elopers
Home
Tools
Search
Home
Tools
Snippets
Getting the window width and height including scrollbars
Getting the window width and height including scrollbars
const
windowInnerWidth
=
window.innerWidth;
const
windowInnerHeight
=
window.innerHeight;
Click to copy clipboard