{% if image %}
- {{ image.cropZoom(1038,437).loading('lazy').html(title, title)|raw }}
+ {{ image.cropZoom(1038,437).loading('lazy').attribute('decoding','async').html(title, title)|raw }}
{% endif %}
diff --git a/templates/modular.html.twig b/templates/modular.html.twig
index dbba848..bbf57d1 100755
--- a/templates/modular.html.twig
+++ b/templates/modular.html.twig
@@ -28,7 +28,7 @@
{% if image %}
- {{ image.cropZoom(1038,437).loading('lazy').html(title, title)|raw }}
+ {{ image.cropZoom(1038,437).loading('lazy').attribute('decoding','async').html(title, title)|raw }}
{% endif %}