+ 5
[OFF-TOPIC]Reverse a picture.
Is there any way to reverse a picture from left to right using CSS?
6 Answers
+ 18
Yes, try this:
transform: scale(-1,1);
+ 12
Warith Vatanaplachaigoon, you are welcomeđ
Yes, sorry, I corrected my typođ
+ 3
It's work. Thanks NezhnyjVampir
+ 3
But a little bit change. From semi-colon change to comma. Thanks.
translate: transform(-1, 1);
+ 2
I donât no? But I might create another one!!!
0
I think you center it