Stop Making This CSS Height Mistake

preview_player
Показать описание
Are you making this CSS height mistake? Start using aspect-ratio instead!

Prepping for your frontend interviews? Use code "conner" for a discount on my course FrontendExpert:

Рекомендации по теме
Комментарии
Автор

So what is better for square divs?

A:
width: 50px;
height: auto;

or

B:
width: 50px;
aspect-ratio: 1;

thegate
Автор

If we set just one attribute, the other will be changed such that it doesn't disturb the aspect ratio right?

adventuresofavalon
Автор

botherd ur code editor doesnt know the css
im maintaining an old site and half the css i use isnt recodnized

AtomicChristmas
Автор

Does this have support for all browsers?

Islam-and-boxing