-
Notifications
You must be signed in to change notification settings - Fork 747
Description
Spec: https://drafts.csswg.org/css-images/#propdef-image-orientation
See related issue in HTML: whatwg/html#4495 (and earlier discussion in https://www.w3.org/Bugs/Public/show_bug.cgi?id=25508 )
or, we could change the initial value of image-orientation from
none
tofrom-image
(cc @tabatkins ), so all images are rotated "correctly" by default. Use counter data from 2016 found affected images to be ~0.00% of all images.
Browsers not respecting EXIF orientation of images by default everywhere on the web seems to continue to be an annoyance for web developers. Earlier analysis suggests that it would be a net benefit to make this change, and the risk of breakage is at most ~0.00% of images. There has been interest from some implementors to try to change the default, but it hasn't happened yet (except for iOS Safari to some extent).