Show Size of Elements Using JavaScript
Notes
| 2024-01-19
(updated 2025-10-25)
| 1 min read
#debugging
#javascript
I was recently doing a lot of layouting pages to later be printed, so showing how big certain elements are was of help to me.
This is a JavaScript function that does just that.