Let's say I have a large background image:
I would like to repeat it vertically with every other image reflected:
I could use a doubled image and just repeat it, but of course it would significantly affect performance.
Is it possible to do this with single image and pure CSS? (Maybe using nth child selector or something different?)
Or should I use JavaScript, and if yes, how it should look like?