Bootstrap carousel with fixed height: center image horizontally or vertically based on image dimensions

前端 未结 4 1891
借酒劲吻你
借酒劲吻你 2021-02-07 15:05

I have a bootstrap carousel with a fixed height. Here is the CSS:

.carousel-custom .carousel-outer {
  position: relative;
}


@media(min-width: 992px){
    .car         


        
4条回答
  •  -上瘾入骨i
    2021-02-07 16:00

    If you try to achieve this in bootstrap carousel, you will end up with black bars in top and bottom...I was stuck with similar problem and ended up using "flickity" js library..it works lot better than tryig to achieve this on something not meant for this....

提交回复
热议问题