图片边框大于图片高度 bigcartel css html

image border is larger than image height bigcartel css html

我已经使用 bigcartel 创建了一个网站,但我目前正在努力处理一些图片。

您可以在 page 上看到主要内容区域中的图像没有完全填满边框。底部缺少几个像素。我使用 bigcartel 的时间不长,所以这可能是因为我误解了它们现有的格式。

欢迎随时询问更多信息。

提前致谢!

img 标签添加 display:block

.product_tile img {
 display:block
}