Home Forums WoodMart support forum Quick View Image Sizes

Quick View Image Sizes

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

    robertarrow
    Participant

    If a product has a horizontal image with the following dimensions (1200×800) or an aspect ratio of 3:2, is there any way to make the quick view pop-up show without whitespace above and below the image?

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .popup-quick-view .product-image-summary {
        min-height: 220px;
    }

    Regards

    #76049

    robertarrow
    Participant

    That works, but then the information on the right gets truncated. If that’s the only option to keep that aspect ratio, I can style the text to fit it better. The only other option would be to change the width of the quick view in the theme settings and then use the min-height styling?

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

    Artem Temos
    Keymaster

    Yes, and the only one way to make it look better would be decrease some fonts and spacing in the right column.

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