Showing posts with label Safari. Show all posts
Showing posts with label Safari. Show all posts

Monday, December 30, 2013

Safari Extension - ZoomBySite - Set and remember zoom levels for individual web sites

This method initially worked OK but I found some problems with it.  For example, when composing a new email via gmail I could not see the "Send" button.  No good!

So I turned that off and am trying this extension instead: ZoomBySite

ZoomBySite is a Safari extension that:

1 - Lets you set a default zoom level for all sites
2 - Remembers a customized zoom level for specific sites


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.