-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
With the current config images fail when uploading an original .webp
Change the config to this to fix.
'activeImageProcessors' => [
'webp' => [
'cwebp',
],
'jpg' => [
'jpegoptim',
],
'png' => [
'optipng',
],
'svg' => [
'svgo',
],
'gif' => [
'gifsicle',
],
],
'activeImageVariantCreators' => [
'webp' => [
'cwebp',
],
'jpg' => [
'cwebp',
],
'png' => [
'cwebp',
],
],
Metadata
Metadata
Assignees
Labels
No labels