Tagged “size”
-
TIL getting the height with Javascript javascript size css
Say you wanted the height of a element. getComputedStyle gets you that. BUT -- it may lie about it to avoid css history leak. Instead use computedStyleMap.
See all tags.