You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going to have to be option 2. Card code for rotation seems to rotate the photo on card display but not actually rotate the uploaded file, c.f. https://github.com/urbanriskmap/cognicity-cards/blob/master/src/routes/cards/photo/photo.js
Rotating the file before upload, or alternatively adjusting the EXIF and making sure the image-lambda code uses libraries that support EXIF and then rotating the raw image according to EXIF data there, is probably the way to go as support of EXIF orientation is still sketchy (hence variation between iOS and Android).
Problems
Image orientation shows differently on different platform.
Here's the comparison:
Desktop (Safari and Chrome)
iOS (Safari)
Android (Chrome)
How to replicate this issue
Proposed Solution
OR
Any other solutions are welcome.
The text was updated successfully, but these errors were encountered: