Webflow Resize Observer

I like the way how webflow shows blue outline when we change padding/width/height/margin. I want to know how it is implemented in webflow. I know I can use ResizeObserver API but it does not tells me about margin changes.

hi @Chetan_Jain I’m not aware how and what WF use on backend but you can use getComputedStyle() to get info about style (margin).

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.