show native aspect ratio

This commit is contained in:
j 2025-02-19 14:10:29 -05:00
commit cb405286a4

View file

@ -128,7 +128,7 @@ header {
width: 100%; width: 100%;
img { img {
width: 100%; width: 100%;
aspect-ratio: 16/9; //aspect-ratio: 16/9;
object-fit: cover; object-fit: cover;
} }
&.document { &.document {