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
@ -6,6 +6,8 @@
|
||||
|
||||
position: absolute;
|
||||
|
||||
image-orientation: from-image;
|
||||
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user