Set auto height for images

This commit is contained in:
Leilukin 2025-03-26 00:42:21 +08:00 committed by Helen Chong
parent ad7b605245
commit e18e49852d

View File

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