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 c709a8c commit a998d68Copy full SHA for a998d68
app/code/Magento/Ui/view/base/web/templates/grid/cells/thumbnail.html
@@ -6,6 +6,6 @@
6
-->
7
<span class="thumbnail-container">
8
<span class="thumbnail-wrapper">
9
- <img class="admin__control-thumbnail" attr="src: $col.getSrc($row()), alt: $col.getAlt($row())"/>
+ <img class="admin__control-thumbnail" attr="src: $col.getSrc($row()), alt: $col.getAlt($row())" loading="lazy"/>
10
</span>
11
0 commit comments