How can I make my image mobile friendly?

  • RussellFAN
    Asked on April 11, 2017 at 11:20 AM

    The image on my form is too wide for the mobile screen

    How do I amend this?

    Thanks

    Jotform Thread 1116548 Screenshot
  • Kiran Support Team Lead
    Replied on April 11, 2017 at 1:35 PM

    Please try injecting the following CSS code to the form to make the images responsive.

    img {

      width: 100%;

      height: auto;

    }

    Cheers!

  • Russ
    Replied on April 11, 2017 at 2:28 PM

    Hi - thanks for that.

    exactly how do I do that?

  • Kiran Support Team Lead
    Replied on April 11, 2017 at 3:39 PM

    You may click on the Form Designer icon to inject the CSS code as shown in the screenshot below:

    How can I make my image mobile friendly? Image 1 Screenshot 30

    How can I make my image mobile friendly? Image 2 Screenshot 41

    I have added the code to your form now. Please check and let us know if you need any further assistance. We will be happy to assist.