# \&rows

`&rows` lets you specify how many rows to use in the VDO.Ninja auto mixer.,

* eg: [https://vdo.ninja/?scene=0\&room=123123123333\&cover\&rows=1,1,1,2\&fakeguests=3](https://vdo.ninja/alpha/?scene=0\&room=123123123333\&cover\&rows=1,1,1,2\&fakeguests=3),
* you'll notice the parameter can take comma separated values, or just 1 value if needed,
* row=1 will be just one row, regardless of how many guests, and row=1,1,1,2 for example will be 1 row if 1 guest, 2 guest, or 3 guest, but two rows (2x2) if 4 guests. If more than than, the guests will squeeze into still just two rows.

<figure><img src="https://2943598173-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZHXv1G8N0MDxwotaT9%2Fuploads%2FXNGgY2J0bA1AOpzNQG9S%2Fimage.png?alt=media&#x26;token=d626653e-561c-40de-bf03-5efba8873499" alt=""><figcaption></figcaption></figure>

When using `&rows` a negative row value will now center the videos in the row if not a complete row.

* eg: `&rows=1,-2` vs `&rows=1,2`

<div align="left" data-full-width="false"><figure><img src="https://2943598173-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZHXv1G8N0MDxwotaT9%2Fuploads%2F3htkmcVr0w0X8eP8AujA%2Fimage.png?alt=media&#x26;token=1bf96053-aaa1-4851-8ca3-92ef2f70f1af" alt=""><figcaption><p>Not-Centered: https://vdo.ninja/alpha/?fakeguests=3&#x26;room=XX&#x26;scene&#x26;rows=1,2</p></figcaption></figure></div>

<figure><img src="https://2943598173-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZHXv1G8N0MDxwotaT9%2Fuploads%2FRYxEdrfhwAAtUCq5zynl%2Fimage.png?alt=media&#x26;token=95d9d987-761f-4a1d-b25f-deb99c16ece8" alt=""><figcaption><p>Centered: https://vdo.ninja/alpha/?fakeguests=3&#x26;room=XX&#x26;scene&#x26;rows=1,-2</p></figcaption></figure>

```
Centered: https://vdo.ninja/alpha/?fakeguests=3&room=XX&scene&rows=1,-2

Not-Centered: https://vdo.ninja/alpha/?fakeguests=3&room=XX&scene&rows=1,2
```
