The background customer gave us has 4:3 aspect ratio and looks horrible when repeated on modern screen. I thought if I can mirror each repeat horizontally it would look nicer. Is this possible with plain CSS?
Asked
Active
Viewed 911 times
1
-
2There is no CSS option to *reverse* a background image if that's what you are asking. – Paulie_D Jul 12 '16 at 09:58
-
It may help you [http://stackoverflow.com/questions/5768998/how-to-flip-background-image-using-css](http://stackoverflow.com/questions/5768998/how-to-flip-background-image-using-css) – bubesh Jul 12 '16 at 10:11
1 Answers
1
Not with background images. You can mirror single elements, but not a part of a single element (as a background image is).
I guess the best option would be to save the image including its mirrored version into one graphic file and repeat this one.

feeela
- 29,399
- 7
- 59
- 71