Don't want to repeat an Image in Y axis the using Tiled Sprite

Hi,
I wanted to make a horizontal scrolling background in Gdevelop. So I used Tiled Sprite and added an Image. But I only Want the image to be repeated on the X Axis and not the Y axis. But when I set the Height of the object to sceneWindowHeight it just repeats the image again and again.

Is there any solution for this problem?

You would need to make a source image that is wide as your game resolutions. Tiled sprites by definition do not scale, they only repeat the tile.