Set size for image in product Quick View

This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp

  • Avatar: JonathanWhite
    JonathanWhite
    Participant
    October 22, 2015 at 11:29

    Hi,

    I’m trying to reduce the size of the images that show in Quick View. Right now the actual image size is shown but I want to reduce the height to 500px. I couldn’t find the option in Theme Options -> Quick View, nor in WooCommerce Settings -> Products -> Display where it seems I can change all other product image size options.

    Ideally, I would like to have the Quick View product image show in the same size as Single Product Image.

    All help much appreciated!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    October 22, 2015 at 11:34

    Hello,

    Please use this code in Custom CSS for desktop:

    .quick-view-popup .product-images img {
        height: 500px !important;
        width: auto;
    }
    .quick-view-popup .product-images {
      height: 500px !important;
    }

    Regards,
    Eva Kemp.

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

You must be logged in to reply to this topic.Log in/Sign up

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