It seems that my item pics have reduced in size. How can I make them bigger?

  • Pitbullzcrave
    Asked on February 15, 2021 at 3:48 PM
  • Sonnyfer JotForm Support
    Replied on February 15, 2021 at 7:53 PM

    Hi there - I assume you're working on this form: https://www.jotform.com/210227709019148

    You can adjust the product image sizes by injecting the CSS code below:

    .form-product-item img {
     height: 100px;
     width: 100px;
    }

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

    Note that you can adjust the size to your liking.

    Let us know if you need further assistance.