---
title: videoWidth
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/htmlvideoelement/1631691-videowidth
---

# videoWidth

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

## Declaration

```data
readonly attribute unsigned long videoWidth;
```

## Discussion

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

## See Also

### Getting State

- [videoHeight](webkitjs/htmlvideoelement/1629096-videoheight.md)
