-
Hi, I don't know what is wrong but there is no button.
I've included fullscreen library (both css and js).
I tried to switch the position between flickity core and flickity fullscreen but nothing.
…
gipic updated
2 months ago
-
```
.carousel-cell {
display: block;
}
/* .is-fullscreen added to carousel when fullscreen
size cells to full height when fullscreen */
.carousel.is-fullscreen …
-
Heads up: This weekend I released a new major version of Flickity, v3.0.0. The code is up on GitHub, but there is still plenty more work to be done: updating add-ons like `flickity-fullscreen` and the…
-
Hi Dave,
Is there a way to have a photo thumbnail grid and when clicking on the thumb, it opens a lightbox/overlay with the correct image? I remember this was possible using `fizzyUIUtils` but that…
-
Hello,
on my frontend, there several scripts which are inlcuded and initialised. For example, isotope, owl carousel, flickity, ...
However, when I'm editing a page with the elementor builder the…
-
I am trying to use sliders with tabs on my page. I have two tabs, and each tab contains its own set of images. The slider works correctly for the active tab, but when I switch to the other tab, it onl…
-
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
-
I need to remove a certain slide on mobile devices. I'm waiting for Flickity to initalize with the ready.flickity event, then using the remove method, and getting an error that Flickity is not ini…
-
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 {…