Easy Store Thumbnail Height - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Easy Store Thumbnail Height

Jo Van Driessche

Jo Van Driessche

EasyStore 1 year ago

Hi,

Where can I change the image height of the thumbnail image both in store front as single item please? I found where to change the width, but not the height. All my images ar cut off on top and bottom.

See example of the green dress on this link https://nuanceempty.jodela-it.be/index.php/shop/denim/new-item-test or in the image screenshot https://nuanceempty.jodela-it.be/images/imaeg%20height.jpg

Thanks, Jo

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #158399

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight.Add this css code inside the custom.css file.

.easystore-product-image img {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    object-fit: initial;
    object-position: center center;
    transition: opacity 200ms ease;
}

Best regards,

Toufiqur Rahman (Team Lead, Support)

0