How do you get this to work. I can’t seem to delay the speed of one slide to the next no matter what I do.
EDIT:
I think it was a caching issue.
Working now:
codelessSlider = new Swiper(‘.codeless_slider’,{
slidesPerView: slide_per_view,
paginationAsRange: false,
loop: false,
touchRatio: 0.7,
speed: c_speed,
autoplay: {
delay: 10000,
},