Skip to content

How to change working canvas size?

Since most of the UI can be controlled via open-source file, only one CSS selector change is required:
1. Look for assets/css/style.css file inside your installation;
2. Global search for #canvas-container
3. Update width and height to the necessary values. The default dimensions are 587x543 pixels;

Feedback and Knowledge Base