mirror of
https://github.com/getgrav/grav.git
synced 2025-11-01 19:05:58 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user