Hi,
I have a texture which I would like to have repeated to cover the entire page regardless of visitor's screen resolution (just like the "background-image:url" CSS property).
I've tried adding the following line, but I end up having the texture resized, instead of repeated:
<box background="image(../../style/images/bg.jpg)" anchors="0,0,pw,ph" />
Any suggestions?
Thank you