Skip to content

WEBP to WEBP #476

@KarelJanVanHaute

Description

@KarelJanVanHaute

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions