• Resolved funique

    (@funique)


    Found a thread with exact same problem but solution was not posted.

    On the shared link, you will see The second image being vertical it creates a white space before next section, which I would want to avoid.
    I’ve tried many width settings in woocommerce customize, combined with max-height in css but that messes the image ratio.
    Any help appreciated, thx

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @funique,

    It would be a good idea to share a screenshot of what you want to change or adjust on your site, so we can further check and provide you with guidance. We generally recommend https://snipboard.io for sharing screenshots – please follow the instructions on that page, then paste the URL in this thread.

    Thanks!

    Seems like a JS or CSS issue to me. Basically you should have a carousel on the right but it’s not showing correctly. Do you have any errors in the console?

    How to check for console errors

    Thread Starter funique

    (@funique)

    Carousel is fine, it’s the main image displayed. Width is set in media parameters. Because of this I cannot use any css on height that wont affect ratio size of vertical images, see screenshot of white space I want to avoid because of this vertical image… htpps://funique.ca/Untitled-1.jpg
    Thank you 😉

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @funique,

    I’d recommend then checking with your theme author to give better assistance on this.

    In the meantime, I’d suggest a band-aid solution to resize the container of that image so that the white space does not appear, though the image will be partially be hidden:

    .dhvc-woo-product-gallery .slick-slider .slick-list {
        height: 600px !important;
    }

    * The CSS goes to the Customizer → Additional CSS box, feel free to change to a height value of your preference.

    Hope this helps.
    Thanks.

    Hi @funique

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Vertical single product image too big’ is closed to new replies.