当我添加轮播时,我在 Bootstrap 4 中的卡片会变得混乱。我的推荐代码是

Posted

技术标签:

【中文标题】当我添加轮播时,我在 Bootstrap 4 中的卡片会变得混乱。我的推荐代码是【英文标题】:My cards in Bootstrap 4 get messed up when I add a carousel. My code for the testimonial is 【发布时间】:2021-08-14 08:37:42 【问题描述】:
<div id="testimonial-carousel" class="carousel slide" data-ride="false">
  <div class="carousel-inner">
    <div class="carousel-item active">
      <h2>I no longer have to sniff other dogs for love. I've found the hottest Corgi on TinDog. Woof.</h2>
      <img class="testimonial-image" src="images/dog-img.jpg" >
      <em>Pebbles, New York</em>
    </div>
    <div class="carousel-item">
      <h2 class="testimonial-text">My dog used to be so lonely, but with TinDog's help, they've found the love of their life. I think.</h2>
      <img class="testimonial-image" src="images/lady-img.jpg" >
      <em>Beverly, Illinois</em>

    </div>
  </div>

  <a class="carousel-control-prev" href="#testimonial-carousel" role="button" data-slide="prev">
    <span class="carousel-control-prev-icon"> </span>
  </a>

  <a class="carousel-control-next" href="#testimonial-carousel" role="button" data-slide="next">
    <span class="carousel-control-next-icon"> </span>

当我添加此代码时,所有汽车都以凌乱的状态转移到顶部。尽管当我删除它时,这些卡都很好。如何让两者都正常工作?任何帮助将不胜感激。

【问题讨论】:

【参考方案1】:

尝试定义您在轮播中使用的图像的大小。宽度和高度应该是相对于卡片的。 例如,试试这个...

 <img class="testimonial-image" src="images/dog-img.jpg"   >

【讨论】:

以上是关于当我添加轮播时,我在 Bootstrap 4 中的卡片会变得混乱。我的推荐代码是的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot 轮播全屏 html,css,bootstrap

新的 Bootstrap 不支持轮播?

如何在ios中的自定义UITableViewCell中添加轮播视图

如何在python中为GET请求添加轮询间隔

表中的 Bootstrap 4 下拉菜单

Bootstrap 4 垂直轮播在 Bootstrap 5 beta 中不起作用