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:
parent
673ee7ccc7
commit
984aca0093
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
position: absolute;
|
||||
|
||||
image-orientation: from-image;
|
||||
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue