Ruben Silva
Ruben Silva
Hi, Have you sure that your Apache or nginx configuration is properly set up ? If you've used the configuration in the only jpeg, png and gif files should be...
Hi, I've also come here to see if anything was planned for v13. Since no branch seem to have been created, I've forked the repo and have some changes ready...
I've done it guys. Sorry for the wait, I just submitted my version for PR. My colleague submitted an older version with some weird code that I forgot to remove....
Hi, In the README's Apache configuration, GIF is a part of the rewrite condition. ```htaccess RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_FILENAME} (.*)\.(?i:png|**gif**|jpe?g)$ RewriteCond %{REQUEST_FILENAME}\.webp -f RewriteRule ^ %{REQUEST_FILENAME}\.webp [L,T=image/webp] Header append...