Hello, the project I am currently working on leverages a flexible canvas element size. Essentially, the screen scales to the browser's window following the default ratio set from 1280px by 720px. The scaleWithScreenSize API appears to retrieve the screen size based on the Stage dimensions. This may work fine with static screen sizes, but hoping for a solution for screen sizes that can change dynamically.