I’m using Netlify Large Media for image storage. When I use it to pull a transformed image, the EXIF rotation data is not used, so some images show an incorrect rotation.
Here is the link to the file as it is on my build: https://goofy-dijkstra-114d6e.netlify.app/assets/img/uploads/p1010002.jpg
And here it is with the size transformation tags: https://goofy-dijkstra-114d6e.netlify.app/assets/img/uploads/p1010002.jpg?nf_resize=fit&w=300&h=400
When deployed to production it shows up incorrectly like this:
To me it looks like all of the EXIF data is scrubbed from the file served from Netlify LM.
Is there a way I can get Netlify Large Media to keep the EXIF data for rotation/orientation?