Thiago Silva Ferreira

Results 12 comments of Thiago Silva Ferreira

Guys, I found a solution, in the new version, you need set up which components you will use: ```ts import SwiperCore, { Lazy, Navigation, Autoplay } from 'swiper' SwiperCore.use([Lazy, Navigation,...

Could you create a codepen link with this configuration to I can test it?

Hello! You can do this like it: ```css .skitter { max-width: initial; } ``` See: https://codepen.io/thiagosf/pen/OdvmKq

Cool! To remove the dots: ```js $('.skitter').skitter({ dots: false }) ``` If you need, the doc is here: https://skitter-slider.net/options.html

Ok, I'm going to do the necessary changes. Can you talk me the errors that occurred?

Its works for me, check out: https://codepen.io/thiagosf/pen/xjvdVw If possible, fork my pen e show me the errors.

Hello, I'm fine! Of course, if you want help me to mantain the plugin, you can donate through PayPal, there is a button in side of Skitter's site: https://skitter-slider.net 1....

Hi! There is a bug, the option `auto_play` should stay stopped slider when use public api next/prev. I'm going to fix it, thanks!

Hello! Thanks by feedback, I'll fix soon.

Is there some alternative to use the `createRoot` manually? Because I noticed without this, the `cleanup` logic does not work anymore with React 18 and the latest version of `react-rails`...