Home › Forums › WoodMart support forum › Image Size in Image Gallery Slider › Reply To: Image Size in Image Gallery Slider
November 3, 2018 at 8:27 am
#86920
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-gallery-item img {
width: auto;
}
Regards