Hello I am having trouble with my slideshow image showing properly on mobile for the url below https://zenfactr.com/products/joint-back-neck-pain-support-pillow
Does anyone know who to fix it so the image isn’t getting cut off on mobile , it shows up correct on desktop.
Hi @Ecomowner
I see your product page have many slideshow, can you point out which one by a screenshot?
Moeed
3
Hey @Ecomowner
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT
If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
@Ecomowner
if it’s this section:
let try this Custom CSS:
@media screen and (max-width: 749px) {
#shopify-section-template--19205516624102__slideshow_zfeC8Q .slideshow__media img{
object-fit: contain;
}
}