Carousel Images are Distorted - Question | JoomShaper

Carousel Images are Distorted

AlB

AlB

Template 2 weeks ago

I used an image carousel to sowcase parnet logos but all images show distorted, event when I make them the same size. I only offer control aver heigh not width. Please advicehttps://www.dropbox.com/scl/fi/49l7kckl6l6666eb9ca1q/Screenshot-2024-04-28-at-6.54.35-PM.jpg?rlkey=3qzwhiwen4n4eozk12s9gsn26&st=ghgtnlim&dl=0

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #155394

Hi

Thanks for contacting us. You can use this custom CSS in your custom.css file

.sppb-carousel-extended-item img {
    width: auto!important;
}

You can set the width auto/ 250px or whatever you want. But more then 300px it seems Distorted. I hope this solution will help you.

-Regards.

0
AlB
AlB
Accepted Answer
2 weeks ago #155455

I can only show 3 at a time to avoid the distortion, try to change size but still having the problem, I need to show 6 small logos at a time. Please advice

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #155523

Hi

You can change the layout from addon settings.

https://prnt.sc/F6x1byuweNKK

But maybe you can set 5 logos at a time heighest. See the screenshot plaese.

0
Pavel
Pavel
Accepted Answer
2 weeks ago #155545

Not width: auto !important; but shoud be use height: auto !important;.

And should be space before !important...

Ohhh Mehtaz :)

Full code for correction

.addon-root-image-carousel .sppb-carousel-extended-outer-stage,
.addon-root-image-carousel .sppb-carousel-extended-item img {
    height: auto !important;
}
0
M
Megan
Accepted Answer
2 weeks ago #155775

Pavel - have they started paying you for all your help on the forums yet? Or maybe a lifetime discount?! You are always so helpful even though you are a customer yourself. Thank you for all your help - us lurkers really appreciate it! ; )

0
Pavel
Pavel
Accepted Answer
1 week ago #155833

Hi

Pavel - have they started paying you for all your help on the forums yet?

No :)...

Glad was to help

0
AlB
AlB
Accepted Answer
1 week ago #155894

Hello Pavel. I really thought you were part of the Siteground team. I have benefited from some of your posts before. Thank you for you help!

0
Pavel
Pavel
Accepted Answer
1 week ago #155913

Hi @AlB.

You are welcome

0