mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Add RTL support
This commit is contained in:
parent
8999feb613
commit
9b6e864ae4
10 changed files with 380 additions and 111 deletions
|
@ -9,6 +9,7 @@ class IframeView {
|
|||
this.settings = extend({
|
||||
ignoreClass : "",
|
||||
axis: "vertical",
|
||||
direction: "ltr",
|
||||
width: 0,
|
||||
height: 0,
|
||||
layout: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue