The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser Image Orientation

shutterstock_234378844
BLOG / Web Development

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.