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

Avif image format error

Started by Denys 4 years ago · 2 replies · 701 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 Marcel, 3 hours ago
0 11 3 hours ago
Support · by cvgrenoble, 3 days ago
3 80 2 days ago
Support · by Paul Hodges, 1 month ago
19 520 1 week ago
Support · by Lauw, 2 weeks ago
2 136 2 weeks ago
Support · by Anna, 3 weeks ago
4 445 2 weeks ago