2

When taking a picture using the filepicker.io upload dialog in mobile safari with a portrait angle... the picture gets rendered sideways when completing upload. During upload it is the correct orientation. How to fix?

1 Answers1

1

Use a conversion and add rotate="exif" to maintain the rotation encoded in the image's EXIF data.

https://developers.inkfilepicker.com/docs/web/#inkblob-images

colllin
  • 9,442
  • 9
  • 49
  • 65