If I want a div to be the full width of the parent element, I set the div to 100% width and it will always fill the entire width, no matter what screen resolution. Easy.
But, what if I want to keep the aspect ratio of the div, the height always being the same as the width, no matter what the screen resolution is? How can you do this in Webflow?
…And the width should be set with percentage too, otherwise percentage padding-top doesn’t work. Which means necessity of enclosing div to control the actual size… Omg, CSS’s so unnecessarily complicated isn’t it?