I'm facing a strange issue where an image uploaded from a mobile device to my website appears rotated on Chrome and Firefox when viewed on a desktop. However, it displays correctly on mobile browsers like Chrome Mobile and Safari Mobile.
It seems that there used to be a CSS property called image-orientation: from-image which is now deprecated and no longer working.
Some have recommended removing the EXIF information from the file as a solution, but that didn't resolve the problem either.
Has anyone else encountered a similar issue?