Image dimensions for products

  • Winni
    Asked on December 17, 2020 at 10:48 AM

    Hi, May I know the image size that wo1608220062 5fdb7d9e17630 F083C15D 3EE4 4 Screenshot 10uld fit perfectly in the preview?

  • Ashwin JotForm Support
    Replied on December 17, 2020 at 11:23 AM


    Please inject the following custom CSS code in your form and see if that gives you the desired result:

    @media screen and (max-width: 480px), screen and (max-device-width: 415px) and (orientation: landscape){

    .image_area.form-product-image-with-options {

      width: 200px !important;

      height: 148px !important;

    }

    }

    The following guide should help you how to inject custom CSS code in form: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Do get back to us if the issue persists.