Closed parkersonik closed 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 ...
Hi @parkersonik,
to fix that I set an height to .carousel element style="height: 350px;".
style="height: 350px;"
I'm trying to find a better way to manage.
Auto-sliding option has been added. Please see documentation page.
When setting the fade effect, the carousel collapses, decided as follows:
It would be nice to set the auto-sliding option ...