.block {
width: 500px;
height: 300px;
}
img {
max-width: 100%;
object-fit: contain;
}
<div class="block">
<img src="http://dialog.localhost/upload/postomat/04a/04aeacfed49dd7eda5f469f57b822f7f.jpg" alt="">
</div>
在我看来,图片应该缩小以适合块,但这不会发生。为什么?