From de3aa16aca694db9559c58fb8da67b692a39397f Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 13 Aug 2021 17:02:37 +0200 Subject: [PATCH] add mime for `.avif` image format new image format developed by google references: https://codelabs.developers.google.com/codelabs/avif#0 https://caniuse.com/avif --- system/config/media.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/config/media.yaml b/system/config/media.yaml index 1f1469f9d..b118a210e 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -28,6 +28,10 @@ types: type: image thumb: media/thumb-webp.png mime: image/webp + avif: + type: image + thumb: media/thumb.png + mime: image/avif gif: type: animated thumb: media/thumb-gif.png