diff --git a/chrome/content/zotero/xpcom/reader.js b/chrome/content/zotero/xpcom/reader.js index d6ac3ab264..c872a636df 100644 --- a/chrome/content/zotero/xpcom/reader.js +++ b/chrome/content/zotero/xpcom/reader.js @@ -534,7 +534,11 @@ class ReaderInstance { if (!focused) { win.Zotero_Tabs.moveFocus("current"); } - } + }, + onSetZoom: (iframe, zoom) => { + iframe.browsingContext.textZoom = 1; + iframe.browsingContext.fullZoom = zoom; + }, }, this._iframeWindow, { cloneFunctions: true })); this._resolveInitPromise();