概述
<div style="width:300px; height:300px;">
<img src="dog.jpg" alt=""/>
</div>
div{
position: relative;
left:100px;
top:100px;
border: solid 1px red;
overflow: hidden;
}
img{
position: absolute;
margin: auto;
top: -9999px;
right: -9999px;
bottom: -9999px;
left: -9999px;
}
最后
以上就是务实咖啡豆为你收集整理的未知高度图片只显示中间一部分的全部内容,希望文章能够帮你解决未知高度图片只显示中间一部分所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复