Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save arthurattwell/4932d28d874d9b268c6d186ee38d6aa1 to your computer and use it in GitHub Desktop.
Apple iBooks display options file for META-INF folder in .epub – basic settings
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
<option name="interactive">false</option>
<option name="fixed-layout">false</option>
<option name="open-to-spread">false</option>
<option name="orientation-lock">none</option>
</platform>
</display_options>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment