1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-02 14:49:16 +02:00

Fullscreen flag for scrolled-doc example

This commit is contained in:
Fred Chasen 2020-06-30 18:53:18 -07:00
parent 65c744c696
commit fc717265ba

View file

@ -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);