Responsive bootstrap carousel multiple columns in

2019-02-11 01:55发布

I was wondering how to achieve responsive layout with bootstrap carousel with multiple columns in each item.

Demo: http://jsfiddle.net/L4bA8/

On mobile I need all columns to slide, but there can be only one column per item.

Thank you, Jure

2条回答
可以哭但决不认输i
2楼-- · 2019-02-11 02:38

Do you mean something like this? add col-xs- for column size on mobile

查看更多
乱世女痞
3楼-- · 2019-02-11 02:41

I think this isnt a thing doable with bootstrap only, you have to write some custom javascript. I am facing the same issue and i found this Bootply that may help you as it helped me:

http://www.bootply.com/132400

查看更多
登录 后发表回答