Stretching an image

So far I have not found any way to stretch out an image across the whole screen with nifty. Is it possible? If not, is there anyway to pass over parameters to XML, I have no experience with XML so far. I am talking about getting the user’s resolution and using that as the size of the image



Thanks :stuck_out_tongue:

There is an effect for that.



Check imageSize here.



This is what you might be looking for.

1 Like

Or even just set the width and height in an image (width=“100%” height=“100%” for example).

1 Like

Aight, thanks guys