I have fixed layout epub books which am supposed to read on desktop and mobile/web browser.
For this project im using the epub.js library available on Git,
github.com/futurepress/epub.js
but when i load my epub file , it gives some errors as in this image
which i don't understand, when i change
<meta property="rendition:layout">pre-paginated</meta> to
<meta property="rendition:layout">reflowable</meta>
in my content.opf file it renders it as like in this image http://tinypic.com/r/10qyrg4/8.
I dont want my text in book jump from one page to another, they should be fixed, and images as well.
Could any one please point me in the right direction to resolve this issue,
Please add comment if you need more information to dig into it
Thanks for your time,
/Karan