# Stretch

> Resize the image non-proportionally to fit the target area.

## Definition

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

```csharp
Stretch = 5
```

### Remarks

Use this setting to resize the video to cover the entire object but ignore the original dimensions of the video. Avoids black bars but might cause distortion.
