I am using bootstrap carousal and having some problem with image height and width. Even though I define it in the img attribute it still displays a
bootstrap
img
Add this to the css of the file. This would restrict the height and width of the image and hence align it.
.item img { max-height: 300px; max-width: 350px; }