# width

> The width of the images in the VideoClip, or URL, in pixels. (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Video](/engine/6000.6/script-reference/unityengine/video.md)
* **Assembly:** UnityEngine.VideoModule

```csharp
public uint width { get; }
```

### Remarks

For URL sources, this will only be set once the source preparation is completed.  See [VideoPlayer.Prepare](/engine/6000.6/script-reference/unityengine/video/videoplayer/prepare.md).
