Skip to content

Commit

Permalink
Update:Epub ereader allow scripted content
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jan 28, 2024
1 parent b495923 commit bedb260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/readers/EpubReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bedb260

Please sign in to comment.