- 为item类添加css属性:


    .item{
            height: 300px;
            width: 100%;
            display: inline-block;
            background-size: cover;//别写为contain
            background-position: center;

        }

去掉item里的img标签,并为每个div指定背景图片
bootstrap轮播使用及图片适应问题

  • 原理就是不显示轮播图中的img ,用div背景图代替

  • 轮播速度

  • 添加data-interval属性bootstrap轮播使用及图片适应问题

相关文章:

  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2021-09-13
  • 2021-07-31
猜你喜欢
  • 2021-11-28
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
相关资源
相似解决方案