Friday, December 27, 2013

Set a default zoom level for Safari

[Edit: There is a better way - ZoomBySite]

This will tell Safari to automatically zoom in (make bigger) on all web pages.  If you find yourself pressing CTRL + frequently, give this a try.

Create a file named defaultzoom.css 

Insert this text:

body {
zoom: 130%;
}

Change 130 to whatever works for you. 
>100 means zoom in (make bigger)
< 100 means zoom out (make smaller)

In Safari, go to Preferences | Advanced
Under Style sheet, select Other and point to the file you created.

I ran across this tip here.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.