mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Fullscreen flag for scrolled-doc example
This commit is contained in:
parent
65c744c696
commit
fc717265ba
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
var book = ePub(url || "https://s3.amazonaws.com/epubjs/books/alice/OPS/package.opf");
|
||||
var rendition = book.renderTo("viewer", {
|
||||
flow: "scrolled-doc",
|
||||
width: "100%"
|
||||
width: "100%",
|
||||
fullsize: true
|
||||
});
|
||||
|
||||
rendition.display(currentSectionIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue