From bedb260b00aa9e9e7d1475caf2c8f93227dc857a Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 28 Jan 2024 16:02:02 -0600 Subject: [PATCH] Update:Epub ereader allow scripted content --- client/components/readers/EpubReader.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/readers/EpubReader.vue b/client/components/readers/EpubReader.vue index aa11d162..3941c0d8 100644 --- a/client/components/readers/EpubReader.vue +++ b/client/components/readers/EpubReader.vue @@ -316,6 +316,7 @@ export default { reader.rendition = reader.book.renderTo('viewer', { width: this.readerWidth, height: this.readerHeight * 0.8, + allowScriptedContent: true, spread: 'auto', snap: true, manager: 'continuous',