Help with sildeshow image sizing

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?

Hey @Ecomowner

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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;
  }
}