-
If you’re using AVIF images generated by sharp v0.28 or older—they’ll be broken on impending Chrome 93 (currently in Beta). You need to upgrade to sharp v0.29 (available in 🆕 @11ty/eleventy-img v0.10.0) I expected Chrome would revert this breaking change—yet here we are 🥸
-
Relevant issue links: * Chromium: bugs.chromium.org/p/chromium/issues/detail?id=1198455#c26 * Sharp: github.com/lovell/sharp/issues/2666 * Eleventy: github.com/11ty/eleventy-img/issues/91
-
This almost certainly also affects Gatsby and Next.js image plugins so make sure you file issues if you see issues: * Next.js: github.com/vercel/next.js/blob/2b7d4619ed59317c70249a95bb7f7777e9c5bd51/package.json#L59 * Gatsby: github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/package.json#L28
-
(cc @SchauDustin @leeerob)