Update:Epub ereader allow scripted content

This commit is contained in:
advplyr 2024-01-28 16:02:02 -06:00
parent b49592301f
commit bedb260b00

View File

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