---
title: videoHeight
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/htmlvideoelement/1629096-videoheight
---

# videoHeight

The native height of the video in CSS pixels. (read-only)

## Declaration

```data
readonly attribute unsigned long videoHeight;
```

## Discussion

Discussion If no video data is available, this property is 0.

## See Also

### Getting State

- [videoWidth](webkitjs/htmlvideoelement/1631691-videowidth.md)
