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

scrollPerPage 'false' doesnt detect width well

Open 50l3r opened this issue 5 years ago • 1 comments

Bug Report

Current Behavior I have an slide like this:

Each slide have similar width (270px) I set scrollPerPage to false to slide by item not per page but this is the result:

It detects 205.5px in transform effect

This is my code

<carousel :scroll-per-page="false" :pagination-enabled="false" :per-page="2">
    <slide v-for="(item,index) in deals.results" :key="index">
        <deal-list-item-small :deal="item" :user="item.user" />
    </slide>
</carousel>

50l3r avatar Sep 14 '19 15:09 50l3r

any updates?

lazehang avatar Oct 12 '20 11:10 lazehang