Home Forums WoodMart support forum Problem with picture size

Problem with picture size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #413167

    [email protected]
    Participant

    Hi,

    I am doing product import directly from various supplier excel sheets , the pictures provided are external ressources so i can’t really resize them.
    The problem is they don’t all have the same size and it messes with the shop views.

    Is there a way to crop the image to a standard ratio in the shop views without having to modify the picture themselves?

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

    Hello,

    Sorry for the inconvenience, can you please try out the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .product-element-top.wd-quick-shop a img {
        object-fit: contain !important;
        height: 25em !important;
    }

    Hopefully, this will work out for you.

    Best Regards.

    #416658

    [email protected]
    Participant

    works very well thanks a lot !!

    #416673

    Most Welcome !!!

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Problem with picture size’ is closed to new replies.