Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Pinch Zoom(zooming like we do on image) available in Firefox Developer Edition for macOS? If yes, how to enable it?

I have tried the solution given on this link https://itstillworks.com/enable-zoom-pinch-firefox-macbook-21731.html

This seems to just increase the zoom percentage as can be done by Cmd + +. But what I wanted was the way Chrome and Safari do it, to zoom into a particular part of the page(the part where the pointer is) and then you can scroll also in those particular settings. Like zooming in as if the webpage was an image. Is this feature available in Firefox?

like image 583
Varun Goyal Avatar asked Dec 11 '22 03:12

Varun Goyal


2 Answers

Open a new tab in Firefox and type in about:config to go to its configuration window. This will probably take you to a window that warns you about the risks of incorrectly modifying settings. Simply click "I accept the risk!" to continue. Then search for the setting called apz.allow_zooming and set it equal to true.

like image 75
Luis Medina Avatar answered Jan 19 '23 09:01

Luis Medina


Pinch zooming is used by default starting in Firefox 83, released on November 17, 2020, both on Windows and Mac. (release notes) As before, whether pinch zooming is enabled is controlled by the apz.allow_zooming setting in about:config, so you can disable it if you like.

like image 44
mic Avatar answered Jan 19 '23 10:01

mic