Skip to content

Commit 6d0530b

Browse files
committed
Fix: add height:auto to all screenshot images — no more overflow or scale distortion
1 parent 17e22a3 commit 6d0530b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ section {
710710

711711
.showcase-frame img {
712712
width: 100%;
713-
display: block;
713+
height: auto; display: block;
714714
}
715715

716716
/* ── AI SECTION ── */
@@ -762,7 +762,7 @@ section {
762762

763763
.ai-visual img {
764764
width: 100%;
765-
display: block;
765+
height: auto; display: block;
766766
}
767767

768768
/* ── FOOTER ── */

0 commit comments

Comments
 (0)