Make specific Glider Element active from beginning
-
I´m using the Glider and am searching for a solution to start the Slider / Glider on the second slide.
I got this Script which is working, but this does override all the other slider settings I made before with the Glider option.
Any hints?setTimeout( function(){
var mySwiper = new Swiper (‘#gr-week-swipe .swiper-container’);
mySwiper.slideTo(2);
} , 500 );// The Timeout is set because the script doesn´t work without a timeout (probably because it gets loaded before the glider swiper element)
The topic ‘Make specific Glider Element active from beginning’ is closed to new replies.