2024-12-04 UTC
# [Joe_Crawford] To get scalable iframes I add `aspect-ratio: 500/281;` plus `width: 100%;height: auto;` for them, but only with attribute selectors with width and height. With a lot of fiddling I'm happy now with it. I do it with attribute selectors just to make sure I don't screw up videos or iframes with different sizing. `iframe[width="500"][height="281"]
{ }
`