I'm creating a web-editor and created a 32x32 pixel background image for the canvas. I want to use different dynamic grid sizes for the editor, for eg. 8x8, 16x16, 32x32. So I need to set the background repeat size through css. Any ideas if it's possible to set the background repeat size? I'd like to avoid creating several background-image and classes. Thanks!