summaryrefslogtreecommitdiffstats
path: root/contributing.md
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-06-12 14:46:21 +0200
committerFlorian Pritz <bluewind@xinu.at>2020-06-12 14:50:30 +0200
commit7ecdbe3d4e84d061289b0ccc8c7faaed1df97f8e (patch)
tree0b0380e145fbf05380d49b613cc4356d1433d2e6 /contributing.md
parent1511b0956f4b35eaad7383dbb2d9cfe0592b31ac (diff)
thumbnail-view.js: Detect automatic image rotation in recent browsers
The default value has been changed to `from-image` and at least with Firefox 76 and Chromium 83 this leads to double rotated images. Disabling the automatic rotation with `image-orientation: none` in CSS leads to incorrectly scaled images, (likely, but unverified) because the width/height are returned incorrectly/rotated in jquery/javascript. Whatever it may be, the easier fix is to just check for the new default value and if the browser handles orientation automatically, we disable our own code. https://github.com/w3c/csswg-drafts/issues/3799 Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'contributing.md')
0 files changed, 0 insertions, 0 deletions