Product images not showing on the form

  • creationsbyjamielynn77
    Asked on February 25, 2021 at 2:37 PM

    None of my pictures are showing up.


    Can you please help me?


    Thanks

  • Mike_G JotForm Support
    Replied on February 25, 2021 at 10:14 PM

    We would like to apologize for any inconvenience. I have checked the only form in your account and from what I understand you are referring to the product images on your form.

    To fix the issue you are having, please inject the custom CSS codes below to your form:

    .form-line.card-2col div[data-wrapper-react="true"] .form-product-item.new_ui.show_image .image_area {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
    }

    Reference Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know if you need any further assistance.