3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-10-29 19:31:41 +00:00

Added avif to inline

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-08-05 18:13:17 +01:00
parent 8516856d37
commit ddda4848d3

View File

@ -34,6 +34,7 @@ class StorageHelper
$fileinfo = pathinfo($file_with_path);
$extension = strtolower($fileinfo['extension']);
switch ($extension) {
case 'avif':
case 'jpg':
case 'png':
case 'gif':