Can I re size the pictures on the items of the order form ?

  • felipe.gomez.n
    Asked on June 12, 2019 at 8:36 PM

    I want to make the picture box bigger to display better pictures of my product on the order form ! Can it be done via CCS ? , and if its possible, how ?

  • Mike_G JotForm Support
    Replied on June 12, 2019 at 9:56 PM

    That would be possible with the help of CSS codes that can be injected to your form.

    How-to-Inject-Custom-CSS-Codes

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

        width: 54px;

    }

    I hope this helps. If you have other questions or concerns, please feel free to let us know.

  • felipe.gomez.n
    Replied on June 13, 2019 at 2:43 AM
    This worked like a charm !!!!, now I would like to know if the widget of re size for a smaller on line display !! Thanks !!!
    ...
  • Ashwin JotForm Support
    Replied on June 13, 2019 at 3:43 AM

    I am not sure sure if I have understood your question correctly. Do you mean to ask if the image size will adjust automatically in mobile devices?

    Please note that forms are mobile responsive and it should work just fine in mobile devices.

    Do test your form and get back to us if you have any issue.