You can use the CSS transforms scaleX and scaleY to flip horizontally and vertically, respectively. Eg:
setStyle("image1", "transform: scaleX(-1);");
You can use the CSS transforms scaleX and scaleY to flip horizontally and vertically, respectively. Eg:
setStyle("image1", "transform: scaleX(-1);");