在Firefox中,只有我的视频缩略图在我的图像底部和边框之间显示神秘的2-3像素空白区域(见下文).
我已经尝试过在Firebug中我能想到的一切,但没有运气.
如何删除此空格?

我理解div的区别.
但在svg中:
<svg>
<rect display="block" id="svg_3" height="57" width="52" y="20" x="41" stroke-width="5" stroke="#000000" fill="#FF0000"/>
<rect display="inline" id="svg_3" height="57" width="52" y="20" x="120" stroke-width="5" stroke="#000000" fill="#0000BB"/>
</svg>
Run Code Online (Sandbox Code Playgroud)
似乎产生相同的结果...('无'隐藏元素tho)这里是jsfiddle:https://jsfiddle.net/foreyez/3c7va377/
有什么区别,什么是默认值,内联或块?