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
This commit is contained in:
Rotzbua
2021-08-13 17:02:37 +02:00
committed by Matias Griese
parent 34d001cbef
commit de3aa16aca

View File

@@ -28,6 +28,10 @@ types:
type: image type: image
thumb: media/thumb-webp.png thumb: media/thumb-webp.png
mime: image/webp mime: image/webp
avif:
type: image
thumb: media/thumb.png
mime: image/avif
gif: gif:
type: animated type: animated
thumb: media/thumb-gif.png thumb: media/thumb-gif.png