How to resize product image in Purchase Order payment tool?

  • Seastride
    Asked on October 1, 2014 at 9:38 AM

    When adding item options to a purchase order, there is a field called IMAGE URL (optional).

    Yet when implementing an image, it shrinks it's size. Is there any way to fix this? (see screenshot)

    Jotform Thread 437108 Screenshot
  • jedcadorna
    Replied on October 1, 2014 at 11:18 AM

    You'll have to adjust it by injecting a CSS.

    Please try this code:

    .form-product-image {width: 240px !important;height: 77px !important;}

    How to resize product image in Purchase Order payment tool? Image 1 Screenshot 20

    Guide on how to inject CSS https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

  • Seastride
    Replied on October 1, 2014 at 11:23 AM

    Thank you! That worked perfectly