Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Avif image format error

Started by Denys 4 years ago · 2 replies · 742 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 complanar, 5 days ago
6 132 2 hours ago
Support · by Rick Beebe, 5 days ago
2 97 2 days ago
Support · by blu3prince, 2 days ago
0 46 2 days ago
Support · by alex, 4 days ago
2 89 3 days ago
Support · by Marcel, 1 week ago
1 142 3 days ago