SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

Carousel on modal pagination problem #476

Open albertobetta opened 5 years ago

albertobetta commented 5 years ago

when using the carousel in a bootstrap modal it is necessary to display the first image, to set the adjustableHeight property at true. In this way the first slide appears. but if you click on the pagination and try to go to the second slide the first time you fail, the left shift of the first slide is not complete is a few pixels. I need helping about this problem, it seems that the adjustableHeight option does not reinitialize the pagination component correctly. I attach an image where you can see the first slide that moves to the left only 30px on the first click, from the second forward it resets. I kindly await directions. thank you so much

bobrosset commented 5 years ago

Did you find any solution for this?