- Issue created by @joshua.boltz
- πΊπΈUnited States joshua.boltz
I've added a patch that skips webp generation of images that are absolute pathed.
- Status changed to Needs review
12 months ago 3:28pm 6 December 2023 - πΊπΈUnited States joshua.boltz
I've updated this patch to use the UrlHelper::isExternal() method for checking the path. We check if the image path is external before WebP processing gets a handle of it. This avoids Webp having issues and giving errors like "Could not generate image resource" errors due to it not knowing how to deal with external image paths.
- πΊπΈUnited States joshua.boltz
I messed up the last uploaded patch. I uploaded a new patch that includes the UrlHelper::isExternal() check of the image path. This way, Webp will skip the image if the image path is external, since it doesn't know what to do with external pathed images.
- 325a1508 committed on 2.0.x
Issue #3406528 by joshua.boltz, m.abdulqader: Skip generating of webp...
- 325a1508 committed on 2.0.x