Skip to content

Commit bbfa436

Browse files
lamATnginxnginx-jack
authored andcommitted
fix: Images aspect ratio not working
1 parent 2da7ecb commit bbfa436

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/v2/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,8 +1630,10 @@ img,
16301630
.figure-bitmap {
16311631
margin-bottom: 0.625rem;
16321632
display: inline-block;
1633-
width: 100%;
1633+
width: auto;
16341634
max-width: 100%;
1635+
height: auto;
1636+
max-height: 100%;
16351637
}
16361638

16371639
/* Logo */

0 commit comments

Comments
 (0)