Title: avif support
Last modified: August 19, 2022

---

# avif support

 *  Resolved [yesyeahvh](https://wordpress.org/support/users/yesyeahvh/)
 * (@yesyeahvh)
 * [4 years ago](https://wordpress.org/support/topic/avif-support-2/)
 * hello sir can you make this plugin support avif image?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [4 years ago](https://wordpress.org/support/topic/avif-support-2/#post-15937252)
 * Hello,
    WordPress currently does not support avif image as not many browsers 
   support it. However, I will make a filter available in our plugin in the next
   update so that you can add support for avif image. Please add below PHP snippet
   after the next version(1.0.11) released:
 *     ```
       add_filter( 'exmage_get_supported_mime_types', function ( $mime_types ) {
       	$mime_types[] = 'image/avif';
   
       	return $mime_types;
       } );
       ```
   
 * Best regards
 *  Thread Starter [yesyeahvh](https://wordpress.org/support/users/yesyeahvh/)
 * (@yesyeahvh)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/avif-support-2/#post-15940224)
 * thank you sir
 *  Thread Starter [yesyeahvh](https://wordpress.org/support/users/yesyeahvh/)
 * (@yesyeahvh)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/avif-support-2/#post-15951634)
 * i added your code to theme function.php but get error: Invalid or not supported
   image URL
 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/avif-support-2/#post-15958092)
 * You seemed to not read my reply carefully. The snippet will only work since version
   1.0.11 which had not been released yet.
    Anyway, we’ve just released that version,
   please update the plugin on your site.
 *  Thread Starter [yesyeahvh](https://wordpress.org/support/users/yesyeahvh/)
 * (@yesyeahvh)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/avif-support-2/#post-15973220)
 * thank you

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘avif support’ is closed to new replies.

 * ![](https://ps.w.org/exmage-wp-image-links/assets/icon-256x256.gif?rev=3081768)
 * [EXMAGE - WordPress Image Links](https://wordpress.org/plugins/exmage-wp-image-links/)
 * [Support Threads](https://wordpress.org/support/plugin/exmage-wp-image-links/)
 * [Active Topics](https://wordpress.org/support/plugin/exmage-wp-image-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/exmage-wp-image-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/exmage-wp-image-links/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [yesyeahvh](https://wordpress.org/support/users/yesyeahvh/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/avif-support-2/#post-15973220)
 * Status: resolved