Please take a look at the following image, we are using bootstrap carousel to rotate the images. However, when the window width is large, the image doesn\'t align with the b
Try this
.item img{ max-height: 300px; margin: auto; }