I\'m trying to extend the default Bootstrap image carousel to support dynamically sized images (500x400 max), centered both horizontally and vertically. Additionally, I\'d like
try to use this snippet
.carousel-inner > .item > img { min-width: 100%; }