-
MastervisionmediaAsked on February 3, 2025 at 10:15 PM
I made some changes to my store, and now my product photos are really small. How can I make the photos bigger again?
Page URL: https://www.jotform.com/230378038947162 -
Reymae JotForm SupportReplied on February 4, 2025 at 12:22 PM
Hi Mastervisionmedia,
Thanks for reaching out to Jotform Support. You can easily adjust the Product Images by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
.form-product-item img {
width: 400px; /*you can adjust the numerical value to make it bigger or smaller*/
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.