Hi,
I ran into an issue with Netlify Large Media while working on this site: https://adalbertolonardi.com/. When I link to an image with an nf_transform
parameter, the transformation doesn’t happen – instead, the image is returned at full resolution.
I see the same problem in Netlify CMS, which also displays the images at full resolution instead of their thumbnail versions. This tells me it’s probably not an issue with my frontend code.
Some things I tried:
- I followed the setup instructions from the documentation and got no error messages
- I checked if my images are tracked using
git-lfs ls-files
: they are. - I checked if the images are LFS pointers in my Github repo: they are.
- I can see the image files in the Netlify admin (although there are some duplicates, not sure if that’s part of the issue)
Any ideas on how I might solve this? Thanks!