I'd like to be able to resize my screen to larger than 9999. Is this possible in modern browsers?
Asked
Active
Viewed 103 times
-1
-
Yes, but only if your desktop actually is that big, or if your browser windows is “headless” - or if your window-manager allows it. On Windows and macOS the answer is “No” ]. – Dai Feb 25 '22 at 01:40
1 Answers
1
Sure you can, if your desktop is big enough:
Here's a photo of this very StackOverflow post, in Chrome, on Windows, that's 11,234px wide:
(Yes, I'm just showing-off at this point)
Proof via window.innerWidth
:

Dai
- 141,631
- 28
- 261
- 374