Browser.zoom.full

From MozillaZine Knowledge Base
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Background

Gecko 1.9 implements full-page zooming. Mozilla Firefox exposes this functionality in the user interface through the “View → Zoom” menu and allows zooming by holding down “Ctrl” and pressing + or - or by scrolling the mousewheel up and down.

Sometimes, however, it is more desirable to merely scale the text size, and not the layout along with it. Text scaling was the default in previous versions of Mozilla. This preference allows users to switch between the two behaviors.

Possible values and their effects

True

Use full-page zooming (Default)

False

Use font scaling

UI

Firefox 3

The menu option “View → Zoom → Zoom Text Only” toggles the value of this preference.

First checked in

2008-02-13 by Reed Loden (patch by Elmar Ludwig)

Has an effect in

  • Firefox (nightly builds since 2008-02-13)

Related bugs

Related preferences

External links