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

android - Pass an Serializable object in AIDL -

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

How to use Authorization & Authentication in Asp.net, C#? -