We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c503ad commit 3537880Copy full SHA for 3537880
app/code/Magento/Catalog/view/base/web/template/product/list/columns/image_with_borders.html
@@ -13,6 +13,7 @@
13
<span class="product-image-wrapper"
14
data-bind="style: {'padding-bottom': getHeight($row())/getWidth($row()) * 100 + '%'}">
15
<img class="product-image-photo"
16
+ loading="lazy"
17
data-bind="attr: {src: getImageUrl($row()),
18
alt: getLabel($row()), title: getLabel($row())}" />
19
</span>
0 commit comments