Miniatures in search of different sizes - by Goostaf

This topic has 3 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Goostaf

  • Avatar: Goostaf
    Goostaf
    Participant
    April 8, 2021 at 16:17

    Hello, we have pictures of goods in search of different formats, how to fix it?

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    April 8, 2021 at 17:19

    Hello,

    Add the below code to Theme Options > Custom CSS

    .content-product .product-content-image img {
        width: auto;
        max-height: 300px;
    }
    .content-product .product-content-image {
        min-height: 300px;
        max-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    @media only screen and (max-width:480px) {
        .content-product .product-content-image {
            min-height: 180px;
            max-height: 180px;
        }
        .content-product .product-content-image img {
            max-height: 180px;
        }
    }

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    April 8, 2021 at 18:39

    Thank you:)

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Miniatures in search of different sizes’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.