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:
parent
eb2c57f07b
commit
101cd47513
5 changed files with 126 additions and 36 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue