-
WinniAnswered on December 17, 2020 10:48 AM
Hi, May I know the image size that wo
uld fit perfectly in the preview?
-
Ashwin JotForm SupportAnswered on December 17, 2020 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.