1
0
Fork 0
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:
Fred Chasen 2017-10-17 15:43:14 -07:00
parent b7640a1d7d
commit 333cb919a8
3 changed files with 31 additions and 35 deletions

View file

@ -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") {