How can I make my product images thumbnail larger?

  • inspirefamilyacademy
    Asked on September 19, 2024 at 3:01 AM

    I changed the CSS code to this:


    .form-product-image-with-options {

      height : 300px;

      width : 200px;

    }


    and in edit mode the images look great. This is the size I want:How can I make my product images thumbnail larger? Image 1 Screenshot 30

    However, when I change to Preview mode, the images are tiny again: How can I make my product images thumbnail larger? Image 2 Screenshot 41

    How can I fix this so that the images are the larger size in preview mode?

  • Simon JotForm Support
    Replied on September 19, 2024 at 4:41 AM

    Hi inspirefamilyacademy,

    Thanks for reaching out to Jotform Support. I understand that you want to increase the image size for your products in Product List element. It's really easy to do, you just need to Inject the CSS Code below, let me show you how to do that:

    1. Copy the CSS Code below.

    .form-product-image-with-options {
     height400px !important;
     width200px !important;
    }

     2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    How can I make my product images thumbnail larger? Image 1 Screenshot 20

    That's it. Give it a try and let us how it goes.

  • inspirefamilyacademy
    Replied on September 19, 2024 at 6:44 PM

    It worked. Thanks a lot

Your Answer