Tip of the day: Zoom web content in Webkit browsers
ExecuteJavaScript "document.body.style.zoom='200%';"
If you run this in your webpage, the content is zoomed to 200%. I think this is useful to offer people buttons like smaller, middle and bigger where they can zoom the content.
Or with some math to make the webcontent fit the screen on a large window.