javascript - Flexslider infinite loop and create("clones") > 1 -
here example of infinite loop flexslider:
http://jsfiddle.net/u2ysh/161/
problem clones first image @ end. if click through slides you'll have reach end before show starts beginning.
is there solution fire image clones couple of slides before avoid ugly white gap? or else achieve this? thx alot.
$('.flexslider.banners').flexslider({ animation: "slide", animationloop: true, controlnav: false, slideshow: false, smoothheight: true, variableimagewidth: true,
Comments
Post a Comment