How to modify the image smaller or a little larger?

  • limeifarm
    Asked on September 21, 2016 at 10:51 PM

    Dear Sir,

    I used the purchase order from payment fields, when i add the new product and upload the image. but its look like small image, i need to adjust the image size. I need your help. Thanks a lot. 

    Devin Su 

  • liyam
    Replied on September 21, 2016 at 11:55 PM

    Hello Devin,

    You can try injecting this CSS code:

    .form-product-item img {
       width: 300px !important;
    }

    If you need to know how to inject the CSS to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    You may also adjust the size by changing the 300px value to whatever amount (the bigger the value, the larger the image).

    If you have other questions, please let us know.

    Thanks.