Image Size in Image Gallery Slider
-
Hi,
I am trying to adjust the image size in the image gallery slider setting. But no matter I fill in how smaller the size or even “thumbnail”, the image size in the website doesn’t change.
Now the image in the website is quite blur, I would like to reduce the image size to make it smaller.
Please advise, Thanks.
Chong
Attachments:
You must be
logged in to view attached files.
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