Skip to content

Commit a998d68

Browse files
authored
Update thumbnail.html
1 parent c709a8c commit a998d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/cells/thumbnail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
-->
77
<span class="thumbnail-container">
88
<span class="thumbnail-wrapper">
9-
<img class="admin__control-thumbnail" attr="src: $col.getSrc($row()), alt: $col.getAlt($row())"/>
9+
<img class="admin__control-thumbnail" attr="src: $col.getSrc($row()), alt: $col.getAlt($row())" loading="lazy"/>
1010
</span>
1111
</span>

0 commit comments

Comments
 (0)