Skip to content

Commit

Permalink
prex label
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhipster committed Dec 2, 2024
1 parent dd667e9 commit e32a96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/product-recommendations/product-recommendations.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function renderItem(unitId, product) {
<a href="/products/${product.urlKey}/${product.sku}">
<picture>
<source type="image/webp" srcset="${image}?width=300&format=webply&optimize=medium" />
<img loading="lazy" alt="${product.name}" width="300" height="375" src="${image}?width=300&format=jpg&optimize=medium" />
<img loading="lazy" alt="Image of ${product.name}" width="300" height="375" src="${image}?width=300&format=jpg&optimize=medium" />
</picture>
<span>${product.name}</span>
</a>
Expand Down

0 comments on commit e32a96f

Please sign in to comment.