【发布时间】:2020-12-10 06:15:02
【问题描述】:
我想把图片放在一个圆圈图标width:64px;height:64px
但我做不到。
- 我的图片已满格显示(
width:64px;height:64px) - 图像未缩小
- 但未显示在圆圈中
我正在尝试的是:
https://jsfiddle.net/soniya_jain/esu413wv/5/
我也在这里发布代码:
<html>
<img src="https://www.iphonehacks.com/wp-content/uploads/2019/06/Apple-ios-13-home-screen-iphone-xs-06032019.jpg" class="rounded imgProfile" height="55px" width="55px" alt="avatar">
</html>
<style>
.imgProfile {
display: block;
object-fit: contain;
}
</style>
欢迎任何想法或建议。
【问题讨论】:
标签: html jquery css bootstrap-4 html5-canvas