Skip to content

Commit

Permalink
Adds missing alt text for secondary image (displayed on hover) to car…
Browse files Browse the repository at this point in the history
…d-product.liquid
  • Loading branch information
zacalexander authored Dec 20, 2024
1 parent d2612f0 commit 9de2f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/card-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"
src="{{ card_product.media[1] | image_url: width: 533 }}"
sizes="(min-width: {{ settings.page_width }}px) {{ settings.page_width | minus: 130 | divided_by: 4 }}px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt=""
alt="{{ card_product.media[1].alt | escape }}"
class="motion-reduce"
loading="lazy"
width="{{ card_product.media[1].width }}"
Expand Down

0 comments on commit 9de2f63

Please sign in to comment.