RawaN
Rotate Image Issue in Mobile
You're right, that's likely the issue. Mobile phones often store orientation information in the image metadata without actually rotating the image file itself. This can lead to the problem I'm experiencing, where the image appears correct on the phone but rotates when uploaded or viewed elsewhere.
Is there a recommended way to handle this in Filament? Should I be processing the images on the server to read and apply the orientation metadata, or is there a built-in solution in Filament to address this common mobile upload issue?
4 replies