zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

Images sent directly from mobile get rotated by 90 degrees. #153

Closed radekjakubowski closed 2 years ago

radekjakubowski commented 3 years ago

Hello! I am facing an issue in my project - while I am taking a photo with my mobile holding it vertically it gets uploaded but it is rotated by 90 degrees as I guess to maintain correct aspect ratio.

Is there any workaround to make it work properly?

Here is my dropzone config: image

I am looking forward for your reply! Cheers, Radek

sconix commented 2 years ago

This would be more of an question for dropzone than for this wrapper.