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
i using the react-dropzone-component, but when take the picture in iphone the orientation is changed, because the exif image, i not have any idea for change and rotate image in component, i tryed in complete and addedFile functions to change the thumbnail and image, but i not have success. anybody can help me ?
Dropzone.js is supported to rotate the photo based on exif data. It is just required to export the exif-js to window object (line 9 in InputDropzoneComponent.jsx).
When take a picture in mobile IOS, the picture rotate to 90º automatically
how to fix this to blocked rotate ?
The text was updated successfully, but these errors were encountered: