hi , my website whynotcity.com , pass : lahyoo
in product page under the products u may also like the images are cropped can somebody fix it , thx u for reply
A Shopify store owner reported that product images in the “You May Also Like” section are being cropped incorrectly on their product pages.
Problem Identified:
Images in the recommended products section appear cropped rather than displaying fully.
Solutions Provided:
Two community members offered CSS fixes to resolve the issue:
Both solutions use object-fit: contain !important; to prevent image cropping and display products properly.
Status: Multiple working solutions provided with visual examples showing corrected image display. Issue appears resolved pending implementation by the store owner.
hi , my website whynotcity.com , pass : lahyoo
in product page under the products u may also like the images are cropped can somebody fix it , thx u for reply
Hi @Whynot102
To complete your requests, please follow these steps:
.card__media img {
object-fit: contain !important;
}
Here is the result:
I hope this helps
Best,
Daisy
Hi @Whynot102
.card__media .media img {
object-fit: contain !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!