mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Fix display callback
This commit is contained in:
parent
3e9f8a609a
commit
2e2d7dfb43
6 changed files with 59 additions and 47 deletions
|
@ -64,7 +64,7 @@ EPUBJS.Layout.Reflowable.prototype.format = function(view){
|
|||
|
||||
//-- Add columns
|
||||
$body.style[this.columnAxis] = "horizontal";
|
||||
$body.style[this.columnFill] = "balance";
|
||||
$body.style[this.columnFill] = "auto";
|
||||
$body.style[this.columnGap] = this.gap+"px";
|
||||
$body.style[this.columnWidth] = this.column+"px";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue