diff --git a/app/cells/decidim/newsletter_templates/agenda_events/themes/canodrom.erb b/app/cells/decidim/newsletter_templates/agenda_events/themes/canodrom.erb
index e179444..543d7a3 100644
--- a/app/cells/decidim/newsletter_templates/agenda_events/themes/canodrom.erb
+++ b/app/cells/decidim/newsletter_templates/agenda_events/themes/canodrom.erb
@@ -234,7 +234,7 @@
- <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), width: "653", height: "436" %>
+ <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), width: "653" %>
|
|
diff --git a/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb b/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb
index 77f87a8..340865c 100644
--- a/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb
+++ b/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb
@@ -54,8 +54,6 @@
}
.footer-logos img {
- width: auto;
- height: 25px;
}
img {
@@ -114,7 +112,7 @@
<% if has_image?(:main_image) %>
- <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), alt: "Intro Image", width: "653", height: "436" %>
+ <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), alt: "Intro Image", width: "653" %>
<% end %>
|
@@ -271,7 +269,7 @@