Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Formats > Workshop

Notices

Reply
 
Thread Tools Search this Thread
Old 12-15-2012, 08:57 AM   #1
Ashitaka
Junior Member
Ashitaka began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2012
Device: ipad
Ibooks fullscreen when epub opens

Hello

I want to create an epub for ibooks.
It should be full screen as it opens, and cover the entire screen with a background (ex. a red color or an image).

I tried Fixed Layout but it show the book background by default, and two pages beside each other.

I want epub works like pdf books.

how i can do this?
Ashitaka is offline   Reply With Quote
Old 12-16-2012, 08:03 AM   #2
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
To do that you must specify a single page spread. Probably you should lock the orientation too.

For EPUB2, put this in your "com.apple.ibooks.display-options.xml":

Code:
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
    <platform name="*">
        <option name="fixed-layout">true</option>
        <option name="open-to-spread">false</option>
        <option name="orientation-lock">landscape-only</option>
    </platform>
</display_options>
For EPUB3:
Insert this in your .opf file (no need for the apple xml file anymore):
Code:
<meta property="rendition:layout">pre-paginated</meta>
<meta property="rendition:spread">none</meta>
<meta property="rendition:orientation">landscape</meta>
PageLab is offline   Reply With Quote
Advert
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ePub/Kobo Touch: determine which page ePub opens on? theboyk Conversion 2 12-05-2011 10:19 AM
Epub opens in Calibre but gives page error in Sony Calibrefan Calibre 2 10-24-2011 08:01 AM
Magazine pdf to epub: cover fullscreen; rest isn't? Mikey_Mayhem Conversion 3 08-19-2011 02:45 AM
TidBITS: iBooks Now Opens EPUB Files Directly kjk Apple Devices 4 04-07-2011 03:07 PM
EPUB still opens as PDF on reader Eskoe Calibre 3 01-05-2011 02:35 PM


All times are GMT -4. The time now is 07:48 PM.


MobileRead.com is a privately owned, operated and funded community.