We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 550ed6c + 3a0898d commit 60e9698Copy full SHA for 60e9698
ux.symfony.com/templates/ux_packages/lazy-image.html.twig
@@ -42,7 +42,7 @@
42
<img
43
src="{{ data_uri_thumbnail(legosFilePath, 40, 30) }}"
44
data-controller="symfony--ux-lazy-image--lazy-image"
45
- data-symfony--ux-lazy-image--lazy-image-src="{{ asset('images/legos.jpg') }}"
+ data-symfony--ux-lazy-image--lazy-image-src-value="{{ asset('images/legos.jpg') }}"
46
alt="A blurhash image that is replaced by the real image on load"
47
width="578"
48
height="275"
0 commit comments