Question

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

No correct solution

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top