我很难搞好图像尺寸。您看到的尺寸现在适合,但它们没有按比例缩放。如果图像太大,你知道如何剪切图像吗?
.post-img {
margin-bottom:20px;
}
.post-img img {
max-width:100%;
height:245px !important;
}
答案 0 :(得分:0)
将图像设置为背景。
Background-size: cover;
Background-position: center;
Background-repeat: no-repeat;