AVIF Format Support?
-
The plugin is a very good solution for WEBP. It is working very seamless. But anymore WebP format is not the best. AVIF format is a so better solution for the images both file size and image quality. If you can add AVIF support, it will be wonderfull. AVIF and WebP formats can works together at the same time. If browser supports AVIF it can be shown preferredly. Otherwise WebP format can be shown. If the browser not support both AVIF and WebP the original format (jpeg/png) can be shown. The code structure can be like: <picture> <source srcset="image.avif" type="image/avif"> <source srcset="image.webp" type="image/webp"> <img src="image.jpg" width="..." height="..." alt="..."/> </picture> Thanks and good work.
The topic ‘AVIF Format Support?’ is closed to new replies.