vueper-slides
vueper-slides copied to clipboard
A touch ready and responsive slideshow / carousel for Vue 2 & 3.
getting errors when using it with typescript
I'm having a problem when using slides that receive the slides data from props. ```Vue {{ slide.title }} ``` Basically, when i do this it works: ```JavaScript data(){ return {...
Hello! Thanks for your great work on this wonderful package! I found an issue where the same component in 2.15.0 fails, but it works when rolled back to 2.14.0. Unfortunately,...
Reproduction: I added an array with a mix of images and videos (1 youtube and 1 mp4). When swapping between videos it pauses the previous video ok but when I...
hi gap doesn't work with the breakpoint. why? ```javascript data: () => ({ breakpoints: { 1280: { visibleSlides: 3, gap:4 }, 1024: { visibleSlides: 2, arrows: false, gap:20 }, },...
Given I have 13 slides in total, and I have `visibleSlides` set to `5` and `slideMultiple` to `true` in order to display and scroll 5 slides per navigation step, I...
Hello, I am using vueper slides to show my slideshow that contains images and videos. I am getting the images and videos from the backend. The images are displayed, the...
I config my slides like `` It's good but I think `vueper-slides` has option to prevent drag to right on first slide and drag to left on last slide thanks....
I have a news slider that shows 3 cards at a time. When I add ":breakpoints="breakpoints" to 'vueper-slides' and click the right (custom) arrow to scroll through each slide at...
When updating the array in the vueper-slide v-for, sometimes it will flip to the last slide. Specifically my issue is when visibleSlides > 1 and I swap to an array...