My slideshow image cropping when view on mobile

Hi all, the slideshow works perfectly fine on PC, and when viewed on Mobile, the image will be cropped, is there any way to avoid image cropping?

The Theme our website uses is Craft, and here is our website link:
https://mzbooks.shop/

Thank you.

Hello @Monsoonzone ,

Go to theme edit,

Search section-image-banner.css

Search this code, mybe line 73

.banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content{
     min-height: 34rem;
}

Change this.

.banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content{
     min-height: auto;
}
1 Like

It work, thank you very much, and wish you a happy new year 2024.

1 Like

Happy New year !

In future you need to help contact me!

1 Like