We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if you upload images using original quality, this will be the preview: https://usercontent.irccloud-cdn.com/file/OBRWfKV8/Screenshot_2018-03-25-20-53-44.png
original
how ever it will show up like this: https://usercontent.irccloud-cdn.com/file/Fs5QJnRZ/20180325_190914_Burst01.jpg
reason: somewhere in the uploading pipeline you strip all exif meta data away. this results in rotation to be broken.
The text was updated successfully, but these errors were encountered:
c99koder
No branches or pull requests
if you upload images using
original
quality, this will be the preview:https://usercontent.irccloud-cdn.com/file/OBRWfKV8/Screenshot_2018-03-25-20-53-44.png
how ever it will show up like this:
https://usercontent.irccloud-cdn.com/file/Fs5QJnRZ/20180325_190914_Burst01.jpg
reason: somewhere in the uploading pipeline you strip all exif meta data away. this results in rotation to be broken.
The text was updated successfully, but these errors were encountered: