mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
New continuos render
This commit is contained in:
parent
0013cf417d
commit
03aef89037
13 changed files with 2027 additions and 120 deletions
|
@ -8,7 +8,8 @@ EPUBJS.Renderer = function(book, _options) {
|
|||
width: typeof(options.width) === "undefined" ? false : options.width,
|
||||
height: typeof(options.height) === "undefined" ? false : options.height,
|
||||
overflow: typeof(options.overflow) === "undefined" ? "auto" : options.overflow,
|
||||
padding: options.padding || ""
|
||||
padding: options.padding || "",
|
||||
offset: 400
|
||||
};
|
||||
|
||||
this.book = book;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue