🔸document size
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
🔰 JS ⟩ browser ⟩ DOM ⟩ types ⟩ Document ⟩ size
document size
width: document.documentElement.offsetWidth
height: document.documentElement.offsetHeight
.offsetWidth, .offsetHeight will round the value to an integer. If you need a fractional value, use elem.getBoundingClientRect().
/ = content + padding
/ = contnet + padding + border
/ = content + padding + overflow