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
You can use this lines in the css file:
ul[rn-carousel] { > li { position: relative; margin-left: -100%; &:first-child { margin-left: 0; } } }