My name is Manav and I have been exploring coding by reading articles, trying out different things, and doing a lot of research. However, I have been struggling to figure out how to increase the canvas size in code.org gamelab. Some people recommended using editor.p5js, but that has presented me with a whole new set of challenges that I didn't face on code.org. My previous applications did not look good on the 400*400 canvas size. While I know you can drag the canvas to resize it, that doesn't really solve my problem. After extensive research, I decided to join this community based on recommendations from others. I am hopeful that I will find a solution to my issue here.
If you're interested, you can check out code.org here.
I have tried using createCanvas(1080,1920); and resizeCanvas(1090,1920); but unfortunately, neither method seems to work for me.