[Feature Request] Truly random X and Y for "Show Image/GIF" effect
Describe the solution you'd like Currently, you can only show images randomly in one of nine spots. I would like to be able to show images in a truly random spot on the screen.
Additional context Many of my channel rewards are "stickers", which is an image showing up in a random spot on the screen. I have found a workaround for this by making lots of copies of the same image, but with different canvas sizes. This is obviously pretty wacky as a workaround!
What I would love to be able to do is randomize the X and Y of the image completely, rather than just using the 9 preset spots. Then you can achieve something truly bizarre like this:

And you don't have to go to the lengths I have to get it working.
I'd be okay if this just meant supporting variables in the X and Y fields of this effect too, but anything to get me some random numbers would be great.
I couldn't find an existing feature request for this despite searching but if there is one, let me know and I can subscribe to that instead.
I have seen this come up abit and until its implemented you can try using the Show HTML effect. and the $random[0, yourscreenWidth] $random[0, yourscreenHeight] with an <image > element