From 07030392f26298177a57f3097e1cbe4c54041f0f Mon Sep 17 00:00:00 2001 From: Elvia Benedith Date: Thu, 14 Dec 2023 14:43:12 +0100 Subject: [PATCH] adjust body box image size --- .../newsletter_agenda/agenda_events/themes/capitalitat.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb b/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb index 7d19817..fa933f0 100644 --- a/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb +++ b/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb @@ -148,7 +148,7 @@ <% if has_image?("body_box_image_#{num}") %> <%= link_to link_for("body_box_link_url_#{num}") do %> - <%= image_tag(image_url("body_box_image_#{num}", resize_to_fill: [198, 132]), width: "198", height: "132", style: "width:100%; max-width:100%; display:block; margin:0 auto;") %> + <%= image_tag(image_url("body_box_image_#{num}", resize_to_fill: [238, 134]), width: "238", height: "134", style: "width:100%; max-width:100%; display:block; margin:0 auto;") %> <% end %> <% end %>