Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Scrollable Content #3

Open
rg777 opened this issue Sep 24, 2018 · 0 comments
Open

Scrollable Content #3

rg777 opened this issue Sep 24, 2018 · 0 comments

Comments

@rg777
Copy link

rg777 commented Sep 24, 2018

How to set the render properties?

EPUB.js has the continuous rendering mode

book.renderTo("area", { method: "continuous", width: "100%", height: "100%" });
book.renderTo("area", { flow: "scrolled-doc" });

I tried but it doesn't seems to work:
_this.epub.renderTo('angularEpubViewerComponent',{ flow: "scrolled-doc" });

Can you suggest how to achieve this functionality?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant