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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -