I have an image hosted on s3, that is being flipped form portrait to landscape when placed inside an image tag.
Chrome shows it as horizontal in the page: https://i.stack.imgur.com/CQyWs.jpg
But when I open in new tab it displays as portrait. https://i.stack.imgur.com/LrEBv.jpg
Results:
- wget: returns a vertical image.
- All Browsers inside image tag: horizontal
- Chrome, safari, FF in new tab: vertical
- IE new tab: horizontal
I cannot directly link to the image as they are photos of users.
Has anyone encountered this before?