Hi, I’m using Netlify’s image transformation feature to transform images uploaded via git-lfs. It’s a great feature (I previously used Cloudinary for this, but the direct integration via Netlify is better).
My problem is that I’d like to test these image crops during development. I was hoping that this would be possible via netlify dev
, but it appears that the cropping arguments are ignored in dev. Is support for running image transformations in dev supported or on the roadmap?
Thanks
Alden