# \&minipreviewoffset

Sender-Side Option! ([`&push`](/advanced-settings/setup-parameters/push.md))

## Aliases

* `&mpo`

## Options

Example: `&minipreviewoffset=60`

<table><thead><tr><th width="295">Value</th><th>Description</th></tr></thead><tbody><tr><td>(no value given) | <code>0</code></td><td>left-most side of the screen</td></tr><tr><td><code>40</code></td><td>center of the screen</td></tr><tr><td>(integer value) <code>-20</code> to <code>120</code></td><td>defines the position of the mini preview</td></tr></tbody></table>

## Details

Added `&minipreviewoffset` accepts an integer value, `-20` to `120`, which is used to position where the [mini preview](/advanced-settings/video-parameters/and-minipreview.md) is located by default on screen. `40` would imply center of the screen, as the mini preview is about 20% of the screen size. `0` (or just `&minipreviewoffset`) is the left-most side of the screen.

<figure><img src="/files/f4IH1lzTgzS4x7iwO86W" alt=""><figcaption><p><code>&#x26;minipreviewoffset=40</code></p></figcaption></figure>

## Related

{% content-ref url="/pages/-MZXRtpt-3SoTKzQXRc6" %}
[\&minipreview](/advanced-settings/video-parameters/and-minipreview.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/video-parameters/and-minipreview-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
