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

🎠 A carousel component for Vue.js

Results 56 vue-agile issues
Sort by recently updated
recently updated
newest added

With the 2.0 update, we're getting this error on our website: Could not load content for https://unpkg.com/VueAgile.umd.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

bug

adding opposite transition on the x-axis "translateX" by adding a negative sign, this applies when HTML dir = "rtl"

by passing the slidesToScroll property it is now possible to scroll more than one slide at a time. If the settings are { slidesToShow: 3, slidesToScroll: 3 }, it now...

Hi, is there a way to prevent swiping... I just want the carousel to be controlled with the navigation buttons. Slik has a property: swipe | boolean | true |...

feature request
question

**Describe the problem** Is it possible to support images with variable Width. For instance, when images have different ratio (vertical / horizontal). **Expected behavior** Slick has this concept : https://kenwheeler.github.io/slick/...

feature request
question

I'm using browserify and esmify but building breaks on vue-agile. browserify -g envify -e main.js -p esmify > bundle.js -t [ babelify --presets [ babel-preset-env ] ] Error: `.../node_modules/vue-agile/src/Agile.vue:1 ^...

question
bug

The slick carousel has the "centerMode" that allows setting the position of blocks like this: ![2020-09-04_16-57-49](https://user-images.githubusercontent.com/10213444/92247363-d062d380-eecf-11ea-8e41-3f7e06b6458b.png) I mean you can have half of the block from the left and right...

feature request

Hello, I tried using the agile slide and on resizing the window, the agile_slide also resizes itself but for some weird reasons beyond me, there is a little different in...

bug

**Describe the bug** Once next or prev button was clicked it should stop autoplaying immediately, but for now it have some weird behavior and sometimes it works correct, sometimes it...

bug

**Describe the bug** @after-change fires immediately after @before-change, even if :speed="3000" **Code** ``` ``` and ``` methods: { test (trueOrFalse) { console.log('trueOrFalse:', trueOrFalse) } } ``` **Expected behavior** As I...

bug