My setup involves connecting my laptop to larger screen when at office or at home without restarting chrome.
The current functionality of the extension does not account for that. Specifically, the Maximum Zoom Allowed value cannot be updated on external screen connect/disconnect without going into advanced options page, delete maximum zoom allowed value, save options and refresh every page to reload the new option.
May I suggest adding a quick adapt to current screen button which re-calculate the maximum zoom level according to the new screen size, reload the new option into current page (by resettingoptionsFilled variable in iZoom.js) and call zoom() again.
Better yet, trigger this with a window resize.
I understand this may not be a very popular feature. But I would really appreciate it if it could be included in some future updates.
My setup involves connecting my laptop to larger screen when at office or at home without restarting chrome.
The current functionality of the extension does not account for that. Specifically, the
Maximum Zoom Allowedvalue cannot be updated on external screen connect/disconnect without going intoadvanced optionspage, deletemaximum zoom allowedvalue,save optionsand refresh every page to reload the new option.May I suggest adding a quick
adapt to current screenbutton which re-calculate the maximum zoom level according to the new screen size, reload the new option into current page (by resettingoptionsFilledvariable iniZoom.js) and callzoom()again.Better yet, trigger this with a window resize.
I understand this may not be a very popular feature. But I would really appreciate it if it could be included in some future updates.