Toolkit.zoomManager.fullZoomValues
From MozillaZine Knowledge Base
Contents
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. The zoom levels that the user can change to were limited to the ones specified in this preference.
This preference was renamed to toolkit.zoomManager.zoomValues.
Possible values and their effects
A list of comma-separated numbers, representing the zoom levels as multipliers that the user can use on content. Default value is .5,.75,1,1.25,1.5,2,3 (zoom levels of 50%, 75%, 100%, 125%, 150%, 200%, and 300%).
First checked in
2007-10-25 by Reed Loden (patch by Dão Gottwald)
Has an effect in
- Mozilla Firefox (nightly builds between 2007-10-25 and 2008-02-13)
Related bugs
- Bug 4821 - Full zooming not functional (images, objects as well as text) (page zoom like opera)
- Bug 389628 - Implement UI for full page zoom
Related preferences
- fullZoom.maxPercent
- fullZoom.minPercent
- toolkit.zoomManager.zoomValues
- zoom.maxPercent
- zoom.minPercent