Ever since Safari 4 introduced page zoom, rather than just font zoom, I’ve been using it to view webpages on my TV setup. This evening I finally decided to do a bit research to see if if a default zoom level could be set so that I wouldn’t have to hit “Command +” several times with search new Safari window or tab.
It turns out that the solution is quite simple. The zoom level can be set in an external stylesheet.
body {
zoom: 135%;
}
The zoom factor is set with values of more or less than 100%. On my setup, 135% seems just about right.
Save the values above to a new .css file, then go into the Safari preferences and chose Advanced. Select your new stylesheet and all new windows will be zoomed appropriately.
This hint will work on both Mac and Windows Safari. I’ve uploaded my stylesheet for anyone who’d like to use it.
Download Stylesheet