New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webp doesn't work #257
Comments
|
@mediafoks could you please share the If you're using GD should be something like: Similar goes for imagick... If your installation doesn't support WebP the plugin won't magically create WebP images (same goes for Avif). Both these formats are depending on the support of the graphics libraries |
|
Thank you! |
The graphic library is automatically picked with priority to imagick: Maybe you could ask your host provider for an update of imagick, the latest versions have also support for Avif which is a better format (mostly leaner files with less artefacts) |

Joomla 4.1.5, plugin v. 4.1.1
The "Create WebP images" plugin settings are enabled, but the webp does not generate.
Source Code:
<img src="/images/img.jpg">Out:
The text was updated successfully, but these errors were encountered: