html部分:
<div class="imgDiv">
<img src="" >
</div>
css部分:
.imgDiv {
width: 100px;
height: 100px;
}
img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%
}
如上是主要的代码,格式/位置不准确,请自行调整。
原文:https://www.cnblogs.com/peijyStudy/p/10951800.html