Dofactory.com
Dofactory.com

HTML <video> height Attribute

The height attribute on a <video> tag sets the height of the video player.

The height is specified in pixels - without the ‘px‘ unit.

Example

#

A <video> element with a height attribute.

<video width="320" height="240" controls>
  <source src="/media/movie.mp4" type="video/mp4">
  <source src="/media/movie.ogg" type="video/ogg">
</video>

Using height

The height attribute specifies the height of the video player.

The height is specified in pixels -- without the 'px' unit.


Syntax

<video height="pixels">

Values

#

Value Description
pixels Height of the video player in pixels.

Browser support

Here is when height support started for each browser:

Chrome
4.0 Jan 2010
Firefox
3.5 Jun 2009
IE/Edge
9.0 Mar 2011
Opera
11.5 Aug 2011
Safari
3.1 Mar 2008

You may also like

 Back to <video>

Author: Jack Poorte
Published: Jun 20 2021
Last Reviewed: Sep 30 2023


What's your favorite/least favorite part of Dofactory?


Guides