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 a998d68 commit 9a21b65Copy full SHA for 9a21b65
app/code/Magento/Ui/view/base/web/templates/dynamic-rows/cells/thumbnail.html
@@ -4,4 +4,4 @@
4
* See COPYING.txt for license details.
5
*/
6
-->
7
-<img class="admin__control-thumbnail" style="max-height: 75px; max-width: 75px;" data-bind="attr: {src: $data.value}"/>
+<img class="admin__control-thumbnail" style="max-height: 75px; max-width: 75px;" data-bind="attr: {src: $data.value}" loading="lazy"/>
0 commit comments