Wikiki / bulma-carousel

Display a carousel
MIT License
136 stars 99 forks source link

Carousel Slamming #1

Closed parkersonik closed 6 years ago

parkersonik commented 6 years ago

When setting the fade effect, the carousel collapses, decided as follows:

.carousel-item.is-active {
    position: relative !important;
}

It would be nice to set the auto-sliding option ...

Wikiki commented 6 years ago

Hi @parkersonik,

to fix that I set an height to .carousel element style="height: 350px;".

I'm trying to find a better way to manage.

Wikiki commented 6 years ago

Auto-sliding option has been added. Please see documentation page.