diff --git a/templates/blog.html.twig b/templates/blog.html.twig index d5ae096..ee45fe5 100755 --- a/templates/blog.html.twig +++ b/templates/blog.html.twig @@ -36,7 +36,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 %}
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 %}