【发布时间】:2016-09-15 00:54:24
【问题描述】:
我无法很好地调整图像大小。您现在看到的大小适合,但它们不是按比例缩放的。如果图片太大,你知道怎么剪吗?
.post-img {
margin-bottom:20px;
}
.post-img img {
max-width:100%;
height:245px !important;
}
【问题讨论】:
我无法很好地调整图像大小。您现在看到的大小适合,但它们不是按比例缩放的。如果图片太大,你知道怎么剪吗?
.post-img {
margin-bottom:20px;
}
.post-img img {
max-width:100%;
height:245px !important;
}
【问题讨论】:
将图像设置为背景。
Background-size: cover;
Background-position: center;
Background-repeat: no-repeat;
【讨论】: