futurepress / epubjs-angular-reader

ePub.js Reader
Other
122 stars 37 forks source link

Fixed layout two columns #32

Closed 127 closed 8 years ago

127 commented 8 years ago

Is there any convinient way to show two columns for fixed layout? For example this one shows only one column:

var Book = ePub("http://127.ru/tmp/book/", {
              spreads: true, 
              fixedLayout : true,
              width: 600,
              height: 800
            });
127 commented 8 years ago

wrong git, sorry