【发布时间】:2019-01-16 17:06:08
【问题描述】:
我正在尝试制作圆形图像,但它一直显示为椭圆形。我让它作为一个圆圈工作的唯一方法是使用这个 css 代码:
.teamImage {
border-radius: 50px;
width: 50px;
height: 50px;}
使用这个 css 代码,我得到一个大的椭圆形状:
.teamImage {
border-radius: 50%;
}
我希望它看起来像第二张图片,长度/高度方面,但形状是完美的圆形。
这是来自 .pug 文件:
.columns
.column.is-one-third
.card
img(src='../images/team1.jpg', class="teamImage")
.h3.is-3.title Jane Doe
.p.title CEO & Founder
.p Some example Text
.button Contact
【问题讨论】:
-
你需要用一个更大的方形图片开始,然后你50%的边框半径会做一个圆