Skip to content

Commit

Permalink
Fix multicolumn image alt text (Shopify#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKegel authored Aug 17, 2021
1 parent ade0e45 commit 9927b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/multicolumn.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
sizes="(min-width: 990px) {% if section.blocks.size <= 2 %}710px{% else %}550px{% endif %},
(min-width: 750px) {% if section.blocks.size == 1 %}710px{% else %}550px{% endif %},
calc(100vw - 30px)"
alt="{{ block.settings.title }}"
alt="{{ block.settings.image.alt }}"
height="{{ block.settings.image.height }}"
width="{{ block.settings.image.width }}"
loading="lazy"
Expand Down

0 comments on commit 9927b09

Please sign in to comment.