Canvas size is locked

I am using Cocos Creator 3
I set the game resolution with

view.setDesignResolutionSize(1024, 768, ResolutionPolicy.NO_BORDER);

I add Sprite to the scene. But the Canvas width and height is locked.
Is there a way to create hi res canvas?

Capture

Go to project settings, you can setup design resolution there, and canvas size equals the design resolution

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