Set auto height for images

This commit is contained in:
Helen Chong 2025-03-26 00:42:21 +08:00
parent 438b67469d
commit 26a8a967e9

View File

@ -86,6 +86,7 @@
img, picture, video, canvas {
max-width: 100%;
height: auto;
display: block;
}