I am creating a web application that displays photos. Most photos were taken using smartphones and have EXIF rotation information. I am viewing a url that returns an image unchanged.
I noticed that when I put this url in the img tag, Chrome does not respect the EXIF orientation data, but when I put the url in the Chrome address bar, it shows the image page and then it respects the EXIF orientation.
Sorry, I cannot share the image, I will try to find another example that I can provide.
Has anyone noticed this problem?
source share