Why is my image not responsive compared to the rest of the form?

  • DEMagency
    Asked on September 28, 2016 at 11:28 AM

    The text boxes are responsive but the image isn't responsive even though the box is chosen.

  • Kiran Support Team Lead
    Replied on September 28, 2016 at 1:48 PM

    Please inject the following CSS code to your form to make the image responsive.

    img {

        width: 100%;

        height: auto;

    }

    It should be displaying the image as shown below after injecting the CSS code:

    Why is my image not responsive compared to the rest of the form? Image 1 Screenshot 20

    Hope this information helps!