Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2810739
Images
Closed

Comments

  • olga started the conversation

    Hello, 

    Is it possible to use a lightbox to open images?  I tried to the quick view plugin to open the whole product in a pop-up and it doesn't work.  l WPC Smart Quick View to make it work.

    If not possible to open an image in a lightbox, how do I increase the size of the image thumbnail. It is way too small to see the product image. 


    thank you, 

    Olga

  •  767
    Janilyn replied

    Hi Olga, 

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Olga,

    To change the image size, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woobt-products .woobt-product .woobt-thumb {
        width: 120px;
        flex: 0 0 120px;
    }
    .woobt-products .woobt-product .woobt-thumb img {
        width: 100%;
        height: auto;
    }

    Best regards,
    Dustin