Have image.webp compatible with Thumblist recipe
ABClf <[email protected]> Fri, 6 Sep 2024 19:54:46 +0200
| Newsgroups | gmane.comp.web.wiki.pmwiki.user |
|---|---|
| Message-ID | <CACE3LEvMzDNZEH-pL0yDTno7CG8o052BSUAoMswo4QihG5bB=g@mail.gmail.com> |
Hello, How to make Thumblist recipe friend with webp image ? In some page, I have 2 images, one is jpg, the other one is webp ; when running thumblist, to be given the thumbnail of every image, only the jpg one is printed out. (:thumblist px=200 quiet=3 usetemplate=1:) Already added in config is $ImgExtPattern = "(?:$ImgExtPattern|\\.webp|\\.WEBP)"; with no success. Thank you, Gilles.