You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if the author would consider implementing this feature: automatically zoom to an element / area by triggering a keyboard or mouse event (e.g. double click middle scrollwheel, for example)
This is to replicate the "smart zoom" feature implemented in Safari for macOS with magic mouse. There are various smart zoom chrome extensions out there, but none work correctly. This repo seems to implement the pinch zoom pretty close to perfect so that I think a smart zoom should be possible to implement as well.
One can reference this code to infer where and how much to zoom. I think the rest is pretty much just calling the zoom function already provided by the code in this repo and it should work!
The text was updated successfully, but these errors were encountered:
Hi, thank you for the suggestion. This sounds cool and I would definitely like to implement that, but unfortunately I don't have time to work on the extension so it might take a couple of months.
In the meantime, feel free to try doing it yourself 🙂. I'd be happy to help if you have any questions.
Hi, thank you for the suggestion. This sounds cool and I would definitely like to implement that, but unfortunately I don't have time to work on the extension so it might take a couple of months.
In the meantime, feel free to try doing it yourself 🙂. I'd be happy to help if you have any questions.
I did a simple attempt yesterday. There are quite some code I haven't tried to understand, but it seems to work! Perhaps you (or someone) can try it and give some feedback ?
Hi!
I wonder if the author would consider implementing this feature: automatically zoom to an element / area by triggering a keyboard or mouse event (e.g. double click middle scrollwheel, for example)
This is to replicate the "smart zoom" feature implemented in Safari for macOS with magic mouse. There are various smart zoom chrome extensions out there, but none work correctly. This repo seems to implement the pinch zoom pretty close to perfect so that I think a smart zoom should be possible to implement as well.
One can reference this code to infer where and how much to zoom. I think the rest is pretty much just calling the zoom function already provided by the code in this repo and it should work!
The text was updated successfully, but these errors were encountered: