Skip to content

Commit c709a8c

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

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/web/template/product

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/web/template/product/image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<img class="photo image" data-bind="attr: {src: src, alt: alt}, style: {width: width + 'px', height: height + 'px'}" />
7+
<img class="photo image" loading="lazy" data-bind="attr: {src: src, alt: alt}, style: {width: width + 'px', height: height + 'px'}" />

0 commit comments

Comments
 (0)