Image: Automatic resizing

  • vespaclubbari
    Asked on February 27, 2018 at 11:56 AM

    is it possible to have the automatic resizing of the photos that attach the subscribers to the form?

  • aubreybourke
    Replied on February 27, 2018 at 1:13 PM

    Yes its possible:

    1519755099resize Screenshot 10

    https://form.jotform.com/80575210825959


    You can use this CSS:

    .form-image{
    width: 50% !important;
    height: 50% !important;
    }
    .form-all{
      width: 100% !important;
      height: 100% !importat;
    }

    How-to-Inject-Custom-CSS-Codes