Toolkit.zoomManager.fullZoomValues

From MozillaZine Knowledge Base
Jump to navigationJump to search

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

Related preferences

External links