/ Published in: jQuery

URL: http://www.woothemes.com/flexslider/
A very good slider / carousel. Um slider / carrossel muito bom. Ideal para designs responsivos.
Expand |
Embed | Plain Text
// Can also be used with $(document).ready() $(window).load(function() { $('.flexslider').flexslider({ animation: "slide", animationLoop: false, itemWidth: 210, itemMargin: 5, minItems: 2, maxItems: 4 }); });
You need to login to post a comment.