Canvas resizing

Hello to all.

The Canvas/Stage is driving me nuts. I’m looking to have a game background that fills the screen entirely. I’m also looking to avoid the canvas redrawing that takes place when I run the game.

Could anyone suggest a height and width for the canvas and then for the stage to fill the canvas without a border or scroll bar?

Thanks in advance.

Hello @robbie.hegartykulj8
As I understand you need the canvas component to expand to the full size of the screen
To do that you need to set the width 375 and the height 667

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.