# \&height

Sender-Side Option! ([`&push`](https://docs.vdo.ninja/advanced-settings/setup-parameters/push))

## Aliases

* `&h`

## Options

Example: `&height=1080`

| Value                         | Description  |
| ----------------------------- | ------------ |
| (some positive integer value) | height in px |

## Details

Sets the maximum height of the video allowed in pixels.

Actual height may be less based on bandwidth allowances.

Limiting the height can force the camera to use higher frame rates.

Limiting the height can reduce the CPU load.

<https://vdo.ninja/supports> will list the support resolutions of your default camera.

<https://webrtchacks.github.io/WebRTC-Camera-Resolution/> Is a tool to help you find the resolutions supported by your camera.

You can use [`&scale=50`](https://docs.vdo.ninja/advanced-settings/video-parameters/scale) also, as a viewer, to scale down a selected width/height to something more exact.

{% hint style="danger" %}
If the camera cannot support the height, **it will fail**.
{% endhint %}

You can get [4K](https://docs.vdo.ninja/guides/how-to-stream-4k-video-using-vdo.ninja) by adding `&width=3840&height=2160` to the source link if the camera supports it.

## Related

{% content-ref url="and-width" %}
[and-width](https://docs.vdo.ninja/advanced-settings/video-parameters/and-width)
{% endcontent-ref %}

{% content-ref url="and-aspectratio" %}
[and-aspectratio](https://docs.vdo.ninja/advanced-settings/video-parameters/and-aspectratio)
{% endcontent-ref %}

{% content-ref url="and-quality" %}
[and-quality](https://docs.vdo.ninja/advanced-settings/video-parameters/and-quality)
{% endcontent-ref %}
