File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Catalog/etc Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
<view xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Config/etc/view.xsd" >
9
9
<vars module =" Magento_Catalog" >
10
10
<var name =" product_image_white_borders" >1</var >
11
- <var name =" enable_lazy_loading_for_images_without_borders" >0</var > <!-- variable to enable lazy loading for catalog product images without borders -->
11
+ <!-- Variable to enable lazy loading for catalog product images without borders.
12
+ If you enable this setting your small size images without borders may be stretched in template.
13
+ So be sure you have correct image sizes. -->
14
+ <var name =" enable_lazy_loading_for_images_without_borders" >0</var >
12
15
</vars >
13
16
</view >
You can’t perform that action at this time.
0 commit comments