Skip to content

Commit 3a0898d

Browse files
authored
Update lazy-image.html.twig
1 parent 43fa51a commit 3a0898d

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)