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 %>