Hello,
It is possible to change some default Swiper options in custom js file?
One of my problems is that my Swiper stop autoplay after I slide it with finger.
I've read that it's possibile to configure it with some code, for example...
var mySwiper = new Swiper ('.swiper-container', {
autoplay: {
disableOnInteraction: false
}
...How can I write the code without initializing a new Swiper?
Thank you.
