Here I have posted a fusion of Epub.js with wow book by trying to put individual epub pages into wow book for the page curl effect.
Essentially, my boss wants an epub with page curl online that is scalable to screen size. Since it is a magazine that is published, it needs a fixed layout that is scalable.
The problem as in the coverpage of the link I sent is that as you adjust the screen size, although the page viewport adjusts, the actual epub embedded does not and turns into scrolling kind of deal. This obviously will not work with a digital magazine.
Any ideas on how to get this to scale?
<script>
var Book = ePub("CDX17spreadcover.epub");
Book.renderTo("epub");
</script>
<div class='cover'>
<div id="epub"></div>
</div>