如何让图片自适应大小并变成圆形?
编者按:
在Bootstrap4框架中,图像可以通过设置.img-fluid来实现;在Bootstrap 3框架中,图片可通过设置.img-responsive来实现。在Bootstrap4框架中,图像可以通过设置.img-fluid来实现;在Bootstrap 3框架中,图片可通过设置.img-responsive来实现。示范代码如下:
<div class="text-center"><img src="/static/images/dj.jpg" class="img-fluid" style="display: inline-block;border-radius: 90%; overflow: hidden;width: 260px; height: 365px;" title="深圳房产律师" alt="邓杰律师"/></div>
本文标签:
