Hi there!
I am having a weird issue with the Craft theme and my product images!
Most of them are fine (in the first photo) but under my kitchen wares collection they are super cropped (photo 2) -I’ve tried resizing the images but it doesn’t change anything! All the theme settings are the same so it isn’t a custom page
Hi @edgewoodfarm , could you share your store URL?
Hi @edgewoodfarm ,
To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
Hello @edgewoodfarm ,
You can try to adjust theme’s image settings, you can follow these steps:
- Go to Online Store → Theme → Customize → Theme settings
- Go to Product grid → Image aspect ratio setting
- If you want to further adjust the image size, you can add some CSS code to your theme. To do this, click on “Theme actions” in the bottom-left corner and select “Edit code”.
- Go to Assets → base.css → add the following code at the bottom
.product-card__image-wrapper img {
max-width: 100%;
max-height: 100%;
}
Hope this can help.
Ali Reviews team.