Does it support tiling on specified axis? Because when i do width bigger than height, it tiles on y-axis, and on x-axis when height is bigger. How can i tile on y-axis when i hit height more then width?
Actually, this is an issue that I don't know how to fix yet. If the width / height aren't a multiple of each other, the tiling doesn't work. So as a workaround, just make sure the height / width is a multiple of the other, like 200 x 400 for example.