.ratio-16-9 img { aspect-ratio: 16 / 9; width: 100%; height: auto; object-fit: cover; } .ratio-4-5 img { aspect-ratio: 4 / 5; width: 100%; height: auto; object-fit: cover; } .ratio-1-1 img { aspect-ratio: 1 / 1; width: 100%; height: auto; object-fit: cover; } .ratio-original img { width: 100%; height: auto; object-fit: contain; }
Aller au contenu