Forked from arthurattwell/com.apple.ibooks.display-options.xml
Created
January 20, 2025 04:28
-
-
Save pa-0/15caddb84fef0808cd26f90c360c404b to your computer and use it in GitHub Desktop.
Apple iBooks display options file for META-INF folder in .epub – basic settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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