美文网首页
img中的图片在设定的宽高中不变形而居中显示

img中的图片在设定的宽高中不变形而居中显示

作者: 杨二哥 | 来源:发表于2017-07-11 11:48 被阅读61次

例如:

<div class= "divBg"><img src='img' ></div>

样式设置:

<style lang='less' scoped>

.divBg{

display: block;

width: 87px;

height: 87px;

overflow: hidden;

img{

width:87px;

height:87px;

object-fil:cover;

object-position:center;

}

}

</style>

相关文章

网友评论

      本文标题:img中的图片在设定的宽高中不变形而居中显示

      本文链接:https://www.haomeiwen.com/subject/wbnphxtx.html