It’s a great site for experimenting with paragon boards, but on large screens with high resolution like 4K the board viewing area is quite small, sits in the middle of the screen and wastes a lot of available space all around. If you want it to look like this:
https://snipboard.io/Mj7UQD.jpg
Use something like the Stylus addon for your browser, and in it create this custom style for d4builds gg:
.app {
max-width: 100%;
}
.paragon__wrapper {
height: 1800px;
}
max-width
will make the paragon board fill the entire screen horizontally, and height
will set its vertical size to exactly 1800 pixels (or whatever value you prefer). I only tested this in Firefox though, but should be fine in Chrome/Edge as well.