Website slide show on mobile isn't fitted to screen

Website slide show on mobile isn't fitted to screen

anpanman
Excursionist
28 0 6

Site is www.pawfectiontoys.com

My slideshow is cut off on the side in mobile. can someone help?

Replies 2 (2)

Moeed
Shopify Partner
6702 1810 2194

Hey @anpanman 

 

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 </body> tag

<style>
.slideshow__media.banner__media.media img {
    object-fit: fill !important;
}
</style>

RESULT:

Moeed_0-1698951618242.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


anpanman
Excursionist
28 0 6

This is squishing the image. Can it maintain the original image's dimension?