css.properties

image-orientation

The image-orientation property specifies the orientation of an image.

Formal Syntax

image-orientation = from-image | none | [ <angle> || flip ]

See specification

JavaScript Access

// Access via element.style element.style.imageOrientation = "from-image";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
image-orientation812613.181
from-image812613.181
none812613.181

Related Properties