From 5791d412deadb4393ec1e4d37e0a8c94d984882b Mon Sep 17 00:00:00 2001 From: Cameron Lamb Date: Thu, 6 Mar 2025 14:03:44 +0000 Subject: [PATCH] Improve the card image quality --- src/dw_design_system/dwds/elements/content_image.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dw_design_system/dwds/elements/content_image.html b/src/dw_design_system/dwds/elements/content_image.html index 69ad00ab4..0997dc630 100644 --- a/src/dw_design_system/dwds/elements/content_image.html +++ b/src/dw_design_system/dwds/elements/content_image.html @@ -1,11 +1,11 @@ {% load wagtailimages_tags static %} {% if content_image %} - {% image content_image fill-420x240 class="content-image" %} + {% image content_image fill-544x306 class="content-image" %} {% else %} Colourful circles on a blue background. + width="544" + height="306"> {% endif %}