-1

I'd like to be able to resize my screen to larger than 9999. Is this possible in modern browsers?

mango
  • 381
  • 1
  • 5
  • 11
  • 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 Answers1

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)

enter image description here

Proof via window.innerWidth:

enter image description here

Dai
  • 141,631
  • 28
  • 261
  • 374