I\'ve been using Bootstrap\'s carousel class and it has been straightforward so far, however one problem I\'ve had is that images of different heights cause the arrows to bo
Include this JavaScript in your footer (after loading jQuery):
$('.item').css('min-height',$('.item').height());