carousel - Flexslider r a n d o m i z e: t r u e --> how to get C a r o u s e l - i m a g e s in the s a m e o r d e r -
*flexsliders function randomize:true
makes images changing every new visit - that's need , works fine, but... how can carousel-images (preview-images below slider) in same order?
$(window).ready(function() { $('#carousel').show(); $('#carousel').flexslider({ animation: 'slide', controlnav: false, animationloop: false, slideshow: false, itemwidth: 210, itemmargin: 5, asnavfor: '#slider' }); $('#slider').flexslider({ namespace: "flex-", selector: ".slides > li", animation: "slide", easing: "swing", direction: "horizontal", reverse: false, animationloop: false, smoothheight: false, slideshow: false, slideshowspeed: 8000, animationspeed: 2000, /*neu****/ sync: "#carousel", initdelay: 0, randomize: true, usecss: true, directionnav: true, controlnav: false, startat: 0, pauseonaction: true, pauseonhover: true, start: function(slider){}, controlscontainer: "", manualcontrols: "", // carousel options itemwidth: 0, itemmargin: 10, minitems: 3, maxitems: 3, move: 0, before: function(slider){}, after: function(){}, end: function(){}, }); });
thanks - searched hours , didn't found solution...
Comments
Post a Comment