.img-1 { image-orientation: 270deg; } .img-2 { image-orientation: flip; } /* Uses EXIF info from image to deterimine orienation */ .img-1 { image-orientation: from-image; }