user3147698
user3147698

Reputation: 19

Twitter Bootstrap 3 Carousel that allows for fixed height but varying image widths?

I'm trying to figure how to adjust the Twitter Bootstrap 3 Carousel so I can have images of fixed height but varying width in a continuous stream. Right now, when I put in the images, if they're not the full width of carousel-inner, there's a space on the right side, like so:

Instead of this space, I'd just like to be able to see the next image. A good example of what I'm looking for is the following

What I also like about this one is that it collapses to be regular vertical scrolling on mobile instead of trying to stay as a slideshow.

The closest I've got is the bootply code, which uses the grid to get multiple images in carousel-inner, but it does fixed-width-varying-height which is the reverse of what I'm looking for

Upvotes: 2

Views: 1214

Answers (1)

Zuzu Softman
Zuzu Softman

Reputation: 498

Judging from your given example, maybe you could also try flowsider

Upvotes: 0

Related Questions