Space after html5's video tag

一世执手 提交于 2019-12-04 04:38:52

Just add display: block to the video element. video elements default to display: inline, causing the whitespace.

Updated fiddle: http://jsfiddle.net/g9t71mg6/1/

It is also worth noting that the reason for the so called "space" below or above in some inline video is because of the line-height that is defined on the container. So setting line-height: 0 on the container of the video tag would also remove the space

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!