-
Is it possible to keep the Flickity swiping functionality with a youtube iframe embedded into one of the gallery cells ? See the example below. If you click on one of those cells and the video begins …
-
Could you tell me how to use events API of Flickity?
```
this.$refs.slider.on('select', function () {
console.log(vm.$refs.slider.flickity.selectedIndex);
});
```
This code doesnt work.
I…
-
I am trying to use flickitys[ lazyload option](https://flickity.metafizzy.co/options.html#lazyload), but it somehow does not have any effect.
here are my options:
```
data: () => {
return {…
-
Currently the version of flickity used for this repository is 2.2.1. I installed flickity version 2.3.0 as recommended in the README, but I also use `flickity-as-nav-for` and `flickity-fade` packages …
-
It looks like the `bc-flickity-previous` and `bc-flickity-next` directives do not initialize as disabled, even if there are not enough slides to scroll. It looks like the functions defined here: https…
-
Using flickity.pkgd.min.js + fade script throws the following error:
Cannot set properties of undefined (setting 'fade')
Test case: https://codepen.io/anteksiler/pen/QWadjXP
-
Flickity's imagesLoaded option allows automatic re-rendering of the slideshow once images have fully loaded, but requires the explicit inclusion of `flickity-imagesloaded`, which is not currently part…
-
Hi, I'm using webpack and when I attempt to use flickity-fade with flickity-as-nav-for, fade breaks and it reverts back to a swipe.
When I remove flickity-as-nav-for, fade starts working again.
…
-
## Description
I am testing Flicking with a set of panels, where one of the panels has an inner scrollable area (not a Flickity carousel, but a regular HTML/CSS scrollable area, with overflow-x: scro…
-
Hi,
Similarly with [@angelorc's issue](https://github.com/drewjbartlett/vue-flickity/issues/2) when using a custom component with v-for, the slides are rendered outside flickity's viewport. Tried t…