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
Remove
smoothHeight: true,
from
jQuery('#slider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, prevText: "", nextText: "", slideshow: false, smoothHeight: true, animateHeight: false, sync: "#carousel", start: function(){ jQuery('#slider ul.slides img').show(); }, });