Home Forums WoodMart support forum Product grid variable product image change on option select

Product grid variable product image change on option select

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #657229

    dainius-4606
    Participant

    Hello,

    If I select an option here, product image is larger: https://nordic-grass.lt/produkto-kategorija/pasarai/
    How can I fix it?
    I have attached login details. Website is closed for admins only.

    Attachments:
    You must be logged in to view attached files.
    #657302

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-grid-item .product-element-top img,
    .wd-hover-with-fade .product-element-top img {
        width: 100%;
        height: 300px; 
        object-fit: cover;
    }

    Best Regards,

    #657332

    dainius-4606
    Participant

    Thank you!

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