Skip to content
New issue

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

Rotated images go back to non-rotated when zooming #172

Closed
Forza-tng opened this issue Jul 31, 2020 · 3 comments
Closed

Rotated images go back to non-rotated when zooming #172

Forza-tng opened this issue Jul 31, 2020 · 3 comments
Labels

Comments

@Forza-tng
Copy link

Hi, I noticed that for pictures that have rotation tag, thumbnails and previews are rendered correct, but when zooming in on the picture it loads the original file and that is shown without rotation.

@Forza-tng
Copy link
Author

Forza-tng commented Jul 31, 2020

Screenshot_20200731-173335_Opera

Screenshot_20200731-173240_Opera

This happens on the phone and on the desktop.

@bpatrik bpatrik added the bug label Sep 5, 2020
@bpatrik
Copy link
Owner

bpatrik commented Sep 6, 2020

It seems that browsers finally fixed image rotation: https://caniuse.com/#feat=css-image-orientation
I was manually fixed in #11
That is a good news as it will speed up the application.
Unfortunately fixing this breaks the "duck image" in #19 and I could not find a solution for that.

@bpatrik bpatrik closed this as completed in 1cc95bb Sep 6, 2020
@bpatrik
Copy link
Owner

bpatrik commented Sep 6, 2020

Note: you might need to empty your tmp folder so the app regenerate the thumbnails. (otherwise all your photos will look rotated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants