> For the complete documentation index, see [llms.txt](https://clients.medianova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clients.medianova.com/products/performance-cdn/image-optimization-and-webp/avif-optimization.md).

# AVIF Optimization

**AVIF Optimization** enables Medianova CDN to dynamically convert eligible JPG, JPEG, and PNG images to AVIF and deliver them to supported browsers. AVIF reduces image file sizes while maintaining visual quality.

Conversion occurs during content delivery, so the original images at the origin remain unchanged.

You can manage AVIF using the [Medianova Control Panel](https://cloud.medianova.com)

Select a CDN resource and navigate to the **Image Optimization** section

## Configure AVIF Optimization

Follow the steps below to enable AVIF delivery for supported browsers.

{% stepper %}
{% step %}

### Enable AVIF Optimization

Select your CDN Resource and navigate to **Optimization → Image Optimization → Image Modify**.

Set **AVIF** to **On**.

<figure><img src="/files/RYTyhcypBul8Y95pnDTU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Apply the configuration

Click **Confirm** to apply the change.

{% hint style="info" %}
Medianova generates and serves AVIF representations of eligible images to supported browsers.
{% endhint %}
{% endstep %}
{% endstepper %}

## AVIF behavior

When AVIF Optimization is enabled:

* Eligible JPG, JPEG, and PNG images can be converted to AVIF.
* AVIF conversion occurs dynamically during content delivery.
* Browsers that support AVIF receive the converted version.
* Browsers without AVIF support receive the original image format.
* The first generated AVIF version is cached for subsequent matching requests.
* Original images at the origin remain unchanged.
* No additional AVIF images need to be stored at the origin.
* Existing image URLs do not require modification.

## Benefits

* Reduces image file sizes by up to 90% compared to the original image.
* Reduces bandwidth consumption.
* Maintains visual quality at smaller file sizes.
* Requires no additional image variants at the origin.

## FAQ

#### Does AVIF replace my original images?

No. The original image remains unchanged at the origin. Medianova generates and caches the AVIF version during content delivery.

#### Which image formats support AVIF conversion?

AVIF Optimization supports eligible JPG, JPEG, and PNG images.

#### What happens if a browser does not support AVIF?

Medianova serves the original image format.

#### Does enabling AVIF require changes to my application or image URLs?

No. Existing image URLs continue to work without modification.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://clients.medianova.com/products/performance-cdn/image-optimization-and-webp/avif-optimization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
