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
.item img{ min-width: 300px; min-height: 300px; overflow: hidden;} .item{ width: 300px; height: 300px; overflow: hidden; }
you try this css and little change in html. i used different image src for better clearification.
here is updated fiddle