Slides show height ratio on mobile device

hi,

I added below codes to section-image-banner.css in order to get a proper width of slides show on mobile device.

But the image now is looking distorted, is there any way to reduce the height ratio for mobile device?

Thanks

@media only screen and (max-width: 749px){
.media>img {
object-fit: unset !important;

1 Like

Hi @jessica_0430

Oh, Sorry for that. I only find that solution in your image. Did you try to change the images sizes?

The first Image is smaller than the second one.

1 Like

Thanks,

I changed the size to fit both desktop and mobile look

1 Like