Add EXIF based image rotate for firefox

Chrome 81 / Safari 13.1 does this automatically. Firefox still requires this CSS. According to spec (css4) it is now deprecated but implementation is optional.
This commit is contained in:
Karl G 2020-04-20 15:31:00 +02:00 committed by GitHub
parent 673ee7ccc7
commit 984aca0093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
position: absolute;
image-orientation: from-image;
max-width: 100%;
max-height: 100%;