Home Forums WoodMart support forum Image Size in Image Gallery Slider

Image Size in Image Gallery Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86911

    ckluong3
    Participant

    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.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)