// properties list at: https://github.com/woothemes/FlexSlider/wiki/FlexSlider-Properties $(window).load(function() { // The slider being synced must be initialized first $('#carousel-md').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, itemWidth: 210, itemMargin: 5, asNavFor: '#slider' }); $('#carousel-sm').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, itemWidth: 70, itemMargin: 5, asNavFor: '#slider' }); $('#slider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, sync: "#carousel" }); });