Reversing the orientation of images is very easy with CSS, if somewhat counter-intuitive for those not mathematically inclined: to flip an image, you use a value of -1 with the CSS transform properties scaleX
or scaleY
, depending on whether you wish to flip the element horizontally or vertically.

