Skip to content

Commit 3537880

Browse files
authored
Update image_with_borders.html
1 parent 4c503ad commit 3537880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/view/base/web/template/product/list/columns/image_with_borders.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<span class="product-image-wrapper"
1414
data-bind="style: {'padding-bottom': getHeight($row())/getWidth($row()) * 100 + '%'}">
1515
<img class="product-image-photo"
16+
loading="lazy"
1617
data-bind="attr: {src: getImageUrl($row()),
1718
alt: getLabel($row()), title: getLabel($row())}" />
1819
</span>

0 commit comments

Comments
 (0)