Image added to the form as a logo is stretched

  • nicliv
    Asked on March 13, 2019 at 3:34 PM

    Hello, 


    Please take a look at my form, I created the image for the "logo" section but it seems the size is not right because it looks streched. What size do you recommend to create a banner like the one I have now?


    Thanks, 

  • Mike_G JotForm Support
    Replied on March 13, 2019 at 5:35 PM

    To fix the issue, you may inject the custom CSS to your form.

    .form-all:before {

        background-size: contain !important;

    }

    How-to-Inject-Custom-CSS-Codes

    If you have other questions or concerns, please feel free to let us know.