From 4ae54ca68a1ae5b3464fd406f12e40d85d4d1b30 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Wed, 18 Dec 2024 11:55:27 +0100 Subject: [PATCH] Made template for showing image_field in admin-ui more robust (#1387) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Made template for showing image_field in admin-ui more robust * Update src/bundle/Resources/views/themes/admin/ui/field_type/preview/content_fields.html.twig Co-authored-by: Paweł Niedzielski --------- Co-authored-by: Paweł Niedzielski --- .../themes/admin/ui/field_type/preview/content_fields.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/views/themes/admin/ui/field_type/preview/content_fields.html.twig b/src/bundle/Resources/views/themes/admin/ui/field_type/preview/content_fields.html.twig index 33070b977a..2170d93898 100644 --- a/src/bundle/Resources/views/themes/admin/ui/field_type/preview/content_fields.html.twig +++ b/src/bundle/Resources/views/themes/admin/ui/field_type/preview/content_fields.html.twig @@ -447,7 +447,7 @@ {{ 'ezimage.master_dimensions'|trans|desc('Master dimensions') }}: {{ 'ezimage.width_and_height'|trans({'%width%': field.value.width, '%height%': field.value.height})|desc('Width: %width%px height: %height%px') }} - {% if field.value.height != '0' %} + {% if field.value.height %} {{ 'ezimage.ratio'|trans|desc('Ratio') }}: {{ (field.value.width/field.value.height)|round(2) }}