To make it fit all screens no matter resolution use scale, scale makes it fit all screens.
example if you put {0.9, 0},{0.9, 0} in scale. Then it will take up 9/10 of the screen. if you put {01, 0},{01, 0} . It will take up all of the screen. So i hope you get what i'm saying. and do the same for position too. never ever use whole numbers other then 1. |