mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Set width to 100% for columns, fixes for pre-paginated
This commit is contained in:
parent
b7640a1d7d
commit
333cb919a8
3 changed files with 31 additions and 35 deletions
|
@ -171,10 +171,6 @@ class Layout {
|
|||
format(contents){
|
||||
var formating;
|
||||
|
||||
if (this.settings.direction) {
|
||||
contents.direction(this.settings.direction);
|
||||
}
|
||||
|
||||
if (this.name === "pre-paginated") {
|
||||
formating = contents.fit(this.columnWidth, this.height);
|
||||
} else if (this._flow === "paginated") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue