Hi!
I have an element with 100% width and height. But I need to know what actual size in px it is right now.
worldBound, rect.size, resolvedStyle.width returns 0, if size is dynamic.
Is there any way to get it?
Looking for parent recursively with static width doesn’t seem good.