Skip to content

Commit

Permalink
Remove alt text to improve screen reader experience (Shopify#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaz93 authored May 18, 2022
1 parent 2ab030d commit 168ec69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sections/collage.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,4 @@
}
]
}
{% endschema %}
{% endschema %}
2 changes: 1 addition & 1 deletion snippets/card-collection.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 168ec69

Please sign in to comment.