Responsive image by maintaining aspect ratio
4/10/2022, 7:45:44 PM
by Leo Voon
image {
width: 100%;
aspect-ratio: 16/9;
}
side note https://stackoverflow.blog/2022/03/28/picture-perfect-images-with-the-modern-element/
4/10/2022, 7:45:44 PM
by Leo Voon
image {
width: 100%;
aspect-ratio: 16/9;
}
side note https://stackoverflow.blog/2022/03/28/picture-perfect-images-with-the-modern-element/