|
|
#1 |
|
Junior Member
![]() 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? |
|
|
|
|
|
#2 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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>
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> |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ePub/Kobo Touch: determine which page ePub opens on? | theboyk | Conversion | 2 | 12-05-2011 11:19 AM |
| Epub opens in Calibre but gives page error in Sony | Calibrefan | Calibre | 2 | 10-24-2011 09:01 AM |
| Magazine pdf to epub: cover fullscreen; rest isn't? | Mikey_Mayhem | Conversion | 3 | 08-19-2011 03:45 AM |
| TidBITS: iBooks Now Opens EPUB Files Directly | kjk | Apple Devices | 4 | 04-07-2011 04:07 PM |
| EPUB still opens as PDF on reader | Eskoe | Calibre | 3 | 01-05-2011 03:35 PM |