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