playroom icon indicating copy to clipboard operation
playroom copied to clipboard

[Feature Request] Add "Responsive" width viewport

Open caseymhunt opened this issue 3 years ago • 3 comments

It would be helpful to have access to a "responsive" (user-adjustable) width viewport, in addition to the configured widths in the .config file.

Ideally this "responsive" width would be appended to the list of supplied widths and would appear as an additional optional window width in Playroom.

caseymhunt avatar May 21 '21 15:05 caseymhunt

You can get around that by adding 'calc(100vw - 120px)' to the list of widths, and then resizing the browser window.

roddds avatar Jun 23 '21 07:06 roddds

You can get around that by adding 'calc(100vw - 120px)' to the list of widths, and then resizing the browser window.

That's a great workaround- a bit ugly but neat! thank you.

It would be great to be able to mask the css formula with a human-readable name, though.

caseymhunt avatar Jun 23 '21 16:06 caseymhunt