html部分:
<div class="imgDiv">
<img src="" >
</div>
css部分:
.imgDiv {
width: 100px;
height: 100px;
}
img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%
}
如上是主要的代码,格式/位置不准确,请自行调整。
本文共 260 字,大约阅读时间需要 1 分钟。
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