View Single Post
Old 05-31-2013, 08:14 AM   #6
PageLab
Connoisseur
PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.
 
PageLab's Avatar
 
Posts: 70
Karma: 515184
Join Date: Sep 2011
Location: Brasília
Device: Kindle3, iPad, Nook, Kobo, Positivo Alfa
There's no way to scroll in fixed-layout, but you can remove the page flip effect and the fake binding in iBooks by adding some metadata in the .opf:

Code:
<meta property="rendition:spread">none</meta>
To remove the grey margins, you must specify a 4:3 proportion for your page in the XHTML (for each page – viewport meta tag) and in the CSS (body tag/background images). You must also lock the orientation (landscape or portrait).

Code:
<meta property="rendition:orientation">landscape</meta>

Last edited by PageLab; 05-31-2013 at 10:40 AM.
PageLab is offline   Reply With Quote