lukastransom

Results 6 comments of lukastransom

I'm experiencing the same issue. Image fields that used to output srcset (in Craft 3) with `optimizedImages.srcsetWidthWebp(2000, true)` now output an empty string `''`. Here's the field value dumped from...

Having the same issue on my project with the following `npx sanity versions`: ```sh @sanity/cli (global) 3.16.4 (up to date) @sanity/dashboard 3.1.5 (up to date) @sanity/demo 1.0.2 (up to date)...

Temporary workaround found here: https://github.com/iamvishnusankar/next-sitemap/issues/381#issuecomment-1268146841

It looks like this problem is restricted to Firefox. I've tried the same setup in **Opera GX LVL4 (Chromium version:113.0.5672.127)** and SVGs upload without error.

I'm also using AVIF variants (Debian/Ubuntu now has `libavif-bin`, so generating works well!). To link to these variants I'm doing a Twig `|replace()` to swap file extensions from WebP →...

I was having the same issue with one of my Studio instances, so I came up with this workaround by making a runtime-only wrapper for the plugin. The key is...