Conditionally Serving WebP Images With Nginx
Practical solution to serve images conditionally depending on WebP support. This recipe discusses how to do it with nginx. WebP is a next generation image format spearheaded by Google since 2013, which provides so much better compression than legacy formats. Only supported by Chrome, Opera and Android at this time.
Read more