Aspect Ratio 이미지나 동영상을 비율대로 조정 참조 aspect-ratio | CSS-Tricks The CSS property aspect-ratio lets you create boxes that maintain proportional dimensions where the height and width of a box are calculated automatically as css-tricks.com /* Keyword values */ aspect-ratio: auto; /* default */ /* Ratio values */ aspect-ratio: 1 / 1; /* width and height are equal proportion */ aspect-ratio: 2 / 1; /* width is twice the height*/ aspec.. 2024. 4. 2. 이전 1 다음