Cross Browser Image Orientation
Cross Browser Image Orientation
Image orientation is the CSS property used generally to fix the intended orientation of an image. This can be done using 90-degree increments or based on the image’s exif data using the “from-image” value.
Browser Support
This feature is currently only supported by Firefox.
Code Example
You can use image orientation like this:
image-orientation: 90deg;
More Information
More information can be found here.