Form Image Display: Image Appears Squished on Mobile

  • Profile Image
    artsincolumbus
    Asked on April 14, 2026 at 1:04 PM

    Our form "Studio C: Handbuilding Workshop–Trinket Tray" the image displays correctly on desktop but appears squished on mobile, distorting the proportions.

    Can you help us fix this so the image maintains its aspect ratio across devices? Please let us know if there are recommended settings or specs.


    Jotform Thread 37452951 Screenshot
  • Profile Image
    Kevin JotForm Support
    Replied on April 14, 2026 at 1:19 PM

    Hi artsincolumbus,

    Thanks for reaching out to Jotform Support.

    You can easily set the logo to be mobile responsive by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    img.form-page-cover-image {
      width: 100%;
      height: 100%;

    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Form Image Display: Image Appears Squished on Mobile Image 1 Screenshot 20 Give it a try and let us know how it goes.

Your Reply