Explorar el Código

Update Image.php

Daniel Supernault hace 4 meses
padre
commit
1a9a0da37d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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()