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

View File

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