vue3-carousel icon indicating copy to clipboard operation
vue3-carousel copied to clipboard

Wrong width calculated

Open mobius77 opened this issue 3 years ago • 2 comments

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 зображення

mobius77 avatar Jun 14 '22 17:06 mobius77

same problem

rahi-MTL avatar Jul 19 '22 11:07 rahi-MTL

I'm also hitting this issue

jmarshalld33 avatar Jul 27 '22 23:07 jmarshalld33

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

ismail9k avatar Oct 17 '22 06:10 ismail9k