Hello, "I would say not possible in most browsers, at least not without some additional plugins. And in any case I would try to avoid relying on the browser's zoom as the implementations vary (some browsers only zoom the fonts, others zoom the images, too etc). Unless you don't care much about user experience." https://stackoverflow.com/questions/1055336/changing-the-browser-zoom-level Draft: var currFFZoom = 1; var currIEZoom = 100; if (Ext.browser.name == 'Firefox') { va
    • Like
    1