Space after html5's video tag
Just add display: block
to the video
element. video
elements default to display: inline
, causing the whitespace.
Updated fiddle: http://jsfiddle.net/g9t71mg6/1/
Just add display: block
to the video
element. video
elements default to display: inline
, causing the whitespace.
Updated fiddle: http://jsfiddle.net/g9t71mg6/1/