How to increase the size of the images within the image picker

  • yeswasteuk
    Asked on June 17, 2019 at 1:03 PM
    Hi
    Thanks for getting back to me.
    I have changed the form to the classic layout as you recommended. Can you
    please advise how I can increase the size of the images within the image
    picker, the associated padding/,margin around it and how to increase the
    number of images per row.

    Form: https://www.jotformeu.com/form/91633682651360


    Many thanks
    Carl

  • VincentJay
    Replied on June 17, 2019 at 1:22 PM

    You need to add custom CSS code to your form to increase the number of images per row. Please inject this custom CSS code:

    iframe#customFieldFrame_19 {

    width: 1000px !important;

    }

    Here's how to add it to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    The image below is the result of my test form:

    1560791227bx6 Screenshot 10

    I hope this helps. Thank you.