• Resolved sitsero

    (@sitsero)


    The images in the shop page are not 1:1 hard cropped, as they should be, and this makes the whole page look weird, not professional at all. Is there a way to make all the images the same size?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @sitsero ,

    Sorry to keep you waiting. Please accept our cordial apology for the delayed response. To make all the images same size please add this below CSS code in Appearance → Customize → Additional CSS

    @media (min-width: 1025px){
        .shopengine-single-product-item .product-thumb img{
            object-fit: cover;
            height: 300px; // change it according to your need    
        }
    }

    Let me know how it goes or you need further assistance regarding this matter.

    Regards,
    Benjir

    Thread Starter sitsero

    (@sitsero)

    Thanks for your reply, it worked just as intended, have a nice day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Size on Archive Page’ is closed to new replies.