> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apexxcloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resize

# Video Resizing Transformations

Control the dimensions and scaling of your videos using our transformation parameters.

## Basic Dimensions

### Width and Height

Set specific dimensions for your video:

```
tr-w_1280,h_720
```

Parameters:

* **Width**: `w_{pixels}` - Sets video width (1-5000 pixels)
* **Height**: `h_{pixels}` - Sets video height (1-5000 pixels)

### Aspect Ratio

Maintain a specific aspect ratio while resizing:

```
tr-ar_1.777
```

Common aspect ratios:

* 16:9 = 1.777
* 4:3 = 1.333
* 1:1 = 1.0
