-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
SVG image issue #4
Comments
👀 This just happened to us with AVIF |
I think I have the same issue:
|
If it happens with AVIF, your PHP version is most likely not compiled/not supported to support AVIF. |
I just checked and if I only load the svg without avif or webp sources, it still happens. So I think it's something related with SVG and thumbhash. |
I know. But in this case, please add your own check. |
Okay, that was my current solution. Thanks. |
If for some reason one of the images will be in SVG format it will break the site with a 500 error.
I think it should be some internal function of the plugin that will check formats, and if the format is SVG or some format that the plugin couldn't work with to not do thumb at all. It's better than ruining all site.
The text was updated successfully, but these errors were encountered: