From 168ec69d831a34d67791ba4f6801bee3d953031f Mon Sep 17 00:00:00 2001 From: Peretz Cohen Date: Wed, 18 May 2022 11:27:46 -0700 Subject: [PATCH] Remove alt text to improve screen reader experience (#1679) --- sections/collage.liquid | 2 +- snippets/card-collection.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/collage.liquid b/sections/collage.liquid index 78041471972..ee52bffcb82 100644 --- a/sections/collage.liquid +++ b/sections/collage.liquid @@ -370,4 +370,4 @@ } ] } -{% endschema %} \ No newline at end of file +{% endschema %} diff --git a/snippets/card-collection.liquid b/snippets/card-collection.liquid index b17fdb5dc5d..df848c05ef6 100644 --- a/snippets/card-collection.liquid +++ b/snippets/card-collection.liquid @@ -50,7 +50,7 @@ (min-width: {{ settings.page_width }}px) {{ settings.page_width | minus: 100 | divided_by: columns }}px, (min-width: 750px) {% if columns > 1 %}calc((100vw - 10rem) / 2){% else %}calc(100vw - 10rem){% endif %}, calc(100vw - 3rem)" - alt="{{ card_collection.title | escape }}" + alt="" height="{{ card_collection.featured_image.height }}" width="{{ card_collection.featured_image.width }}" loading="lazy"