Replies: 1 comment
-
|
AVIF has been added to the supported formats for responsive image generation in v12. The fix was adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When generating responsive images as
aviftheUnsupportedImageFormaterror is thrown.laravel-medialibrary supports
avifelsewhere, so it seems that it's missing in these options?https://github.com/spatie/laravel-medialibrary/blob/main/src/Conversions/Actions/PerformManipulationsAction.php#L32
$supportedFormats = ['jpg', 'jpeg', 'pjpg', 'png', 'gif', 'webp'];Beta Was this translation helpful? Give feedback.
All reactions