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',