plan2net / webp

Create a WebP copy for images (TYPO3 CMS)
GNU General Public License v3.0
61 stars 32 forks source link

Not the image/webp header #87

Open darkospale opened 11 months ago

darkospale commented 11 months ago

In the extension documenatation, it is stated that when you finish setting everything up, the images that are displayed have a suffix as they did before, but that the header of the images is set to image/webp. I use nginx, it is set up, I have checked my /_processed/ folder and the images are generated, is there something I am missing?

2023-08-15_13-57

arunnitsan commented 11 months ago

I have faced the same issue. > https://prnt.sc/QhrP1bgekgub

If I have added cropping on the image then working properly. I need all images to be converted into the webp.

it's my settings > https://prnt.sc/EveUOQ9ilaLB

Thanks in advance!

wazum commented 11 months ago

The extension only works on processed images. If your images are not touched (whatever cause) by TYPO3 CMS, they won't get converted to webp.