# \&effectvalue

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

## Aliases

* `&ev`

## Options

Example: `&effectvalue=8`

| Value           | Description                               |
| --------------- | ----------------------------------------- |
| (integer value) | Sets the amount of blur or effect applied |

## Details

Adding `&effectvalue` to a sender-side can take an integer. This can set the amount of blur (or effect) applied.

If not using `&effectvalue` you can change it dynamically via the settings menu.

When a user manually adjusts the effect amount via the slider, the value is automatically saved to localStorage per room and streamID. On the next visit to the same room or stream, the saved value is restored as the default. Setting `&effectvalue` explicitly in the URL will override any saved preference.

![](/files/OZMb5xDRqtgSAgLGvsZq)

{% hint style="warning" %}
It's best to keep the value under 10 and using this flag disables the option to use the slider.
{% endhint %}

`&effectvalue=1.2` will now work with `&zoom` ([`&effects=7`](/advanced-settings/video-parameters/effects.md#options)), so you can trigger the camera to digitally zoom in on load.

## Related

{% content-ref url="/pages/-MZNW\_b8VrHaY-eDBYyk" %}
[\&effects](/advanced-settings/video-parameters/effects.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-effectvalue.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.
