How can I get an image to fit the full width of my form?

  • harvestdesign
    Asked on September 9, 2016 at 11:54 AM
  • Kiran Support Team Lead
    Replied on September 9, 2016 at 1:52 PM

    Please try injecting the following CSS code to your JotForm.

    #id_14 {

    padding-left: 0 !important;

    padding-right: 0 !important;

    }

    #cid_14 img {

    width: 100%;

    height: auto;

    }

    The image should be displaying as shown below after injecting the code above.

    How can I get an image to fit the full width of my form? Image 1 Screenshot 20

    Hope this information helps! Please get back to us if you need any further assistance. We will be happy to help.