diff --git a/core/modules/image/templates/image-widget.html.twig b/core/modules/image/templates/image-widget.html.twig index 966e905..3a3d3da 100644 --- a/core/modules/image/templates/image-widget.html.twig +++ b/core/modules/image/templates/image-widget.html.twig @@ -13,10 +13,7 @@ */ #} - {% if data.preview %} - {{ data.preview }} - {% endif %} - + {{ data.preview }} {# Render widget data without the image preview that was output already. #} {{ data|without('preview') }}