How to make images for the products in payment field bigger?

  • cdkraft
    Asked on April 6, 2017 at 9:00 AM

    Can you look at my form and see how I can make my pictures bigger so they can be seen? Thanks

     

    Clinton

  • Mike_G JotForm Support
    Replied on April 6, 2017 at 10:31 AM

    To fix the issue of small images in your form, I suggest you add the following CSS codes below to your form.

    img.form-product-image-with-options {

        min-height: 200px !important;

        width: 200px !important;

    }

    span.form-product-item {

        min-height: 200px !important;

    }

    How-to-Inject-Custom-CSS-Codes

    For the codes above to work without any issues, it may require you to remove the CSS codes you initially added to your form.

    I hope this helps. Please feel free to contact us again anytime if you need any further assistance.

    Thank you.