diff --git a/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb b/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb index de29e8e..379339d 100644 --- a/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb +++ b/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb @@ -222,7 +222,7 @@
- <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]) %> + <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), width: "653", height: "436" %> |
- <%= image_tag(image_url("footer_box_image_#{num}", resize_to_fill: [198, 132])) if has_image?("footer_box_image_#{num}") %>
+ <%= image_tag(image_url("footer_box_image_#{num}", resize_to_fill: [198, 132]), width: "198", height: "132") if has_image?("footer_box_image_#{num}") %>
|
---|