Avada › Forums › Community Forum › Image Carousel custom height › Reply To: Image Carousel custom height
Hi DAV-Erlangen,
I don’t know if this will help but I was having a similar issue to you, in that my images were displaying more white space than actual images when using the image carousel. I used the below customised CSS with the image carousel set to “auto” and it appears to have worked! You can change the height to something more suitable for your application if need be.
.fusion-carousel .fusion-carousel-item img {
height: 400px;
object-fit: cover
}
Hope this helps.