Skip to content

Commit b96bda0

Browse files
committed
[Site] Removing height, which stretches images on chrome
1 parent 2f32a92 commit b96bda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/templates/components/DemoCard.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="DemoCard__media">
44
<img class="DemoCard__image"
55
src="{{ asset(demo.screenshotFilename) }}"
6-
width="640" height="360"
6+
width="640"
77
alt="{{ demo.name }} demo preview"
88
loading="lazy"
99
>

0 commit comments

Comments
 (0)