-
@fershad Hello, as you're using Cloudinary (I do too), I wonder why you still use Eleventy Image for resizing images? Also why do you use a
<picture><source>syntax with different image formats, whenf_autoin a simple<img srcset>would be enough? I might be missing something. 😅