I\'m using Flexslider to pull product images of varying sizes from an API. I\'ve been throwing them into Flexslider\'s , but these varying image sizes don
Change the width via script say your width to be 400
$('.flex_up').flexslider({ animation: "slide", animationLoop: false, itemWidth: 400, itemMargin: 5, });