vue3-carousel
vue3-carousel copied to clipboard
Wrong width calculated
In this construction of flex somethind wrong with caurusel's width. On any device. It's ok when we have 4 slides, but if we have 7 or more something goes wrong.
import "bootstrap/dist/css/bootstrap.min.css" import "bootstrap"
<div class="d-flex"> <div class="d-flex"> <div class="align-self-center"> <button class="btn btn-primary">=</button> </div> </div> <div class="flex-fill"> <CategoryCarousel /> </div> </div>
settings: { itemsToShow: 1, itemsToScroll: 1, snapAlign: 'center', },
Screenshots

same problem
I'm also hitting this issue
This issue should be fixed in the newest version, I am closing it. Please feel free to reopen this issue if something goes wrong.