width
and height
of the video player:width
and height
attributes, and their corresponding values, to video.<video controls width="640" height="360">
<source src="video.mp4" type="video/mp4" />
<source src="video.ogv" type="video/ogg" /> Your device does not support HTML5 video.
</video>