Issue
How to change the product swatch image size
in Magento2
.
Is there any option to change the size in the file /etc/view.xml
?
Solution
I got the solution:
Add the below code in /etc/view.xml file
<image id="swatch_image" type="swatch_image">
<width>38</width>
<height>38</height>
</image>
Clear all cache types and check.
Answered By - VIPIN A ROY Answer Checked By - Cary Denson (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.