bootstrap 相册中的最后一张越界图片
Last image out of boundary in bootstrap album
我使用 bootstrap 专辑 作为创建专辑的起点。
问题是 每行的最后一张图片比前两张大。
我检查了 css 代码,但无法确定问题所在。
这是link我的页面
brotherxii.com/aquariangallery.html
将此添加到您的 CSS
.card > a > img{
max-width: 100%
}
我使用 bootstrap 专辑 作为创建专辑的起点。 问题是 每行的最后一张图片比前两张大。 我检查了 css 代码,但无法确定问题所在。
这是link我的页面
brotherxii.com/aquariangallery.html
将此添加到您的 CSS
.card > a > img{
max-width: 100%
}