Skip to content

Commit 3115e80

Browse files
authored
Update image.html
1 parent 3537880 commit 3115e80

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/view/base/web/template/product/list/columns

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
attr="href: $row().url">
1010
<img if="imageExists($row())"
1111
class="product-image-photo"
12+
loading="lazy"
1213
attr="src: getImageUrl($row()),
1314
alt: getLabel($row()),
1415
title: getLabel($row()),

0 commit comments

Comments
 (0)