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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -