Enlarge pictures on order form

  • psaveu
    Asked on July 22, 2014 at 11:00 AM

    I've created an order form using an order form template with quantity option and pictures. However the picture look very small on the form and I would like to know if it is possible to enlarge the picture when clicking on it?

    http://form.jotformeu.com/form/41894276482365

    Thank you. 

  • David JotForm Support
    Replied on July 22, 2014 at 12:43 PM

    Hi,

    This is not currently possible within the form builder.  You can however change the actual size of the images by following this guide:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Using this code:

    .form-product-item img {
    width: 100px;
    height: 100px;
    }

    Adjust the values as you see fit.

    There are also a couple workarounds if you are willing to embed the form into a webpage and add a bit to the source.  Here is a discussion of those workarounds:

    http://www.jotform.com/answers/230360-PopUp-Image-Enlargement

    Please let us know if you have any other questions and we will be happy to help.

    Thank you for using Jotform!