Here's a simple scenario - my layout is 800 by 600. When I press Ctrl and +, it zooms in and looks great.
I'm curious if there's a way to achieve the same effect using CSS or Javascript? Ideally, I want it to happen automatically without the user needing to do anything (since users often miss the option to zoom and end up with a small layout).
A similar question was asked by someone on Stack Overflow, but unfortunately, they didn't receive any helpful responses.