Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Support

Avif image format error

Started by Denys 4 years ago · 2 replies · 541 views
4 years ago

I just try this type of image. I created simple blog post and add avif image inside and get error.

TXT
Given type (avif) is not valid

Type error cannot convert undefined or null to object
at function keys
at https:// .com/user.plugins/admin/theme/grav/js/admin.min.js

Screenshot from 2022-05-15 15-03-28|690x376

4 years ago

Yes. I read this. According this article in the file system/config/media.yaml full list of supported mimetypes. In the file I found

YAML
png:
    type: image
    thumb: media/thumb-png.png
    mime: image/png
  webp:
    type: image
    thumb: media/thumb-webp.png
    mime: image/webp
  avif:
    type: image
    thumb: media/thumb.png
    mime: image/avif

PNG, Webp works fine. But avif got error.

Suggested topics

Topic Participants Replies Views Activity
Support · by Thomas, 1 week ago
2 56 13 hours ago
Support · by Anna, 3 days ago
2 61 16 hours ago
Support · by Justin Young, 17 hours ago
1 32 17 hours ago
Support · by Duc , 1 week ago
2 66 5 days ago
Support · by Colin Hume, 1 week ago
2 59 5 days ago