gpt4 book ai didi

html - Bootstrap 4 img-circle 类似乎不存在

转载 作者:技术小花猫 更新时间:2023-10-29 11:32:57 25 4
gpt4 key购买 nike

我正在用 HTML5 和 Bootstrap 4 编写一个网站,我正在尝试将方形图像变成圆形。在 Bootstrap 3 中,使用 .img-circle 很容易做到这一点,但现在我似乎无法让它工作,而且我无法在网上找到任何答案。是 Bootstrap 放弃了 img-circle 类还是我的代码搞砸了?

它是这样的:

<!-- Within a tab-content div --> 
<div class="col-xs-7">
<img src="img/gallery2.JPG" class="img-circle" alt="HelPic">
</div>

希望有人能帮助我:)

最佳答案

它现在被称为 rounded-circle 作为 explained here in the BS4 docs

<img src="img/gallery2.JPG" class="rounded-circle">

Demo

关于html - Bootstrap 4 img-circle 类似乎不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41018489/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com