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

Update axis to support vertical writing mode

This commit is contained in:
Fred Chasen 2017-10-27 16:47:16 -07:00
parent eb2c57f07b
commit 101cd47513
5 changed files with 126 additions and 36 deletions

View file

@ -431,7 +431,7 @@ class Rendition {
if ((this.settings.width === 0 || this.settings.width > 0) &&
(this.settings.height === 0 || this.settings.height > 0)) {
viewport = "width="+this.settings.width+", height="+this.settings.height+"";
// viewport = "width="+this.settings.width+", height="+this.settings.height+"";
}
properties = {