diff --git a/core/modules/image/templates/image-formatter.html.twig b/core/modules/image/templates/image-formatter.html.twig index 63ca3c6fd7..a30e659f08 100644 --- a/core/modules/image/templates/image-formatter.html.twig +++ b/core/modules/image/templates/image-formatter.html.twig @@ -14,7 +14,7 @@ */ #} {% if url %} - {{ image }} + {{ link(image, url, {}) }} {% else %} {{ image }} {% endif %}