Browse Source

Update Image.php

Daniel Supernault 4 months ago
parent
commit
1a9a0da37d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Util/Media/Image.php

+ 2 - 1
app/Util/Media/Image.php

@@ -16,7 +16,8 @@ class Image
 	public $acceptedMimes = [
 		'image/png',
 		'image/jpeg',
-		'image/webp'
+		'image/webp',
+		'image/avif',
 	];
 
 	public function __construct()