+ 5

[OFF-TOPIC]Reverse a picture.

Is there any way to reverse a picture from left to right using CSS?

3rd Apr 2018, 9:45 AM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
6 Answers
+ 18
Yes, try this: transform: scale(-1,1);
3rd Apr 2018, 10:37 AM
NezhnyjVampir
+ 12
Warith Vatanaplachaigoon, you are welcome😊 Yes, sorry, I corrected my typo👍
3rd Apr 2018, 1:13 PM
NezhnyjVampir
+ 3
It's work. Thanks NezhnyjVampir
3rd Apr 2018, 12:12 PM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 3
But a little bit change. From semi-colon change to comma. Thanks. translate: transform(-1, 1);
3rd Apr 2018, 12:13 PM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 2
I don’t no? But I might create another one!!!
3rd Apr 2018, 10:18 PM
DJ JJ
DJ JJ - avatar
0
I think you center it
22nd Apr 2018, 2:17 PM
DJ JJ
DJ JJ - avatar