Full screen images

Hello,

I am doing an online experiment but I would like that the images do not change size or if they change size to do that proportionally. I have tried to put this [win.size[0], win.size[0]/2] on the size parameter inside the image component but for some reason I cannot longer see the image when I run the experiment, it doe snot give me error its just that I cannot see the image anymore.

Could you help me with this? My space units are height, maybe this could be the problem.

Thank you!

In height units a full height image is size [1, aspectRatio] where aspectRatio is the images width/height.