vue-carousel-3d
vue-carousel-3d copied to clipboard
Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js
Hi! The carousel is working smoothly on Safari, Opera and Chrome but on Firefox there is like a glitch on one image when the slide turns. It looks like the...
The default behavior is that the active carousel is one the center, and the left and right side of carousel is zoom out What i wish is that the active...
Something like this. Not sure if it already can be done? ``` responsive: [ { breakpoint: 530, settings: { slidesToScroll: 'auto', itemWidth: 180, slidesToShow: 'auto', } }, { breakpoint: 800,...
Problem with SSR. I'm getting this error: Document is not defined. How I can fix that ? Thank you in advance.
Is it possible to start the first slide from the first position in disable3d mode?  
Disabling swipe up and down feature requested in #63 is added. ```js ```
When autoplay enable and autoplayHoverPause false, the carousel doesn't start the autoplay
For some reason when i move the mouse fast over the carousel when is sliding the front image disappear
I installed the carousel globally on NuxtJS. To install globally, I added a file called carousel.js in /plugins and it contains ``` import Vue from 'vue'; import Carousel3d from 'vue-carousel-3d;...