AVIF support
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