Expand my Community achievements bar.

AVIF support

Avatar

Level 2

Hi all

Is it possible for ACv7 to support AVIF files? I have it working in the browser, but when loading into the delivery template it by-passes the AVIF and shows the fallback. The test emails also only show the fallback. I'm wondering if this is worth pursuing if the software doesn't support AVIF

For reference, the code

<picture>
<source srcset="image/avif.avif" type="image/avif">
<source srcset="image/fallback.jpg">
<img src="image/fallback.jpg" width="100%" alt="Original"/>
</picture>

Thanks

2 Replies

Avatar

Community Advisor

Hello @AndyHu1  AVIF is not widely supported for emails and that is why it might not work for you.

You can check the supported clients here:

https://www.caniemail.com/features/image-avif/


     Manoj
     Find me on LinkedIn

Avatar

Employee Advisor

Hi @AndyHu1 

The lsit of file extensions that can be supported by ACC is restricted and you need to request the new file extension to be authorised as public resources. you will need to open a ticket to Adobe Supprot requesting the extension add-ons. Be aware that the extension is case sensitive on ACC's side, so make sure you request the right extension and make sure that files will be provided accordingly, usually extensions are lowercase .avif in our case,

Thanks

Denis