0
Canvas - Screenres./Objectpos.
is there any way to locate the input like centered so its the same for any device/screen resolution instead of using -width=" " height=" "- in the canvas tag?
2 Respostas
+ 1
width: 50%; would work
+ 1
Make sure position is set to relative though or it may not work