Make Bootstrap’s Carousel both center AND responsive?

Now (on Boostrap 3+) it’s simply:

.carousel-inner img {
  margin: auto;
}

Leave a Comment