Skip to content

Commit 60e9698

Browse files
committed
minor #1546 Update lazy-image.html.twig (seb-jean)
This PR was merged into the 2.x branch. Discussion ---------- Update lazy-image.html.twig Commits ------- 3a0898d Update lazy-image.html.twig
2 parents 550ed6c + 3a0898d commit 60e9698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/templates/ux_packages/lazy-image.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<img
4343
src="{{ data_uri_thumbnail(legosFilePath, 40, 30) }}"
4444
data-controller="symfony--ux-lazy-image--lazy-image"
45-
data-symfony--ux-lazy-image--lazy-image-src="{{ asset('images/legos.jpg') }}"
45+
data-symfony--ux-lazy-image--lazy-image-src-value="{{ asset('images/legos.jpg') }}"
4646
alt="A blurhash image that is replaced by the real image on load"
4747
width="578"
4848
height="275"

0 commit comments

Comments
 (0)