๐ฐviewport
Last updated
Last updated
๐ฐ JS โฉ browser โฉ DOM โฉ types โฉ Window โฉ viewport
viewport size
size: (window.innerWidth, window.innerHeight) - includes scrollbars (if present)
position: (.scrollX, .scrollY) - relative to document coordinates.
returns the width/height of the window's layout viewport.