How to make the slider loop
-
How to make the slider loop
It seems that the behaviour of the slider is controlled in js > sketch.js > .flex-viewport-wrapper. All properties (from here) I played around with worked fine, except for
animationLoop:true, which tells the slider to play the first image immediately after the last one. The original code of sketch.js containsanimationLoop:true, but it does not work, not even on the Sketch demo page.When I disable .flex-viewport-wrapper, jquery.flexslider.js in the js folder takes over and
animationLoop:truedoes work as expected.Is there a way to make it work without erasing parts of the code?
Could the slider be controlled without changing the original code, using my child theme instead?
The topic ‘How to make the slider loop’ is closed to new replies.
