View Single Post
Old 07-26-2025, 01:50 AM   #44254
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,350
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Given how long the ePub3 standard has been available, the shame is that so few apps and devices support more of it's features. Between Thorium on my desktop and my Kobo ereaders, I have no issues with fixed layout ePubs. From the chunk of the ePub3 you posted, the ebook is indeed a fixed layout which means just like a PDF, everything is placed in a absolute position on a fixed size viewport.

In your case, the ePub3 is also forced to landscape which makes it more fun to deal with.

May I ask you purchased a ePub3 version when you have no devices that will render it?

Code:
    <meta refines="#maintitle" property="title-type">main</meta>
    <meta refines="#maintitle" property="file-as">Minecraft: Guide to Combat</meta>
    <meta content="Adobe InDesign 17.1 CleanUpEPUBFixed.app 1.7" name="generator" />
    <meta property="ibooks:specified-fonts">true</meta>
    <meta content="Random House Worlds" name="imprint" />
    <meta property="dcterms:modified">2025-07-25T22:30:27Z</meta>
    <meta property="rendition:layout">pre-paginated</meta>
    <meta property="rendition:orientation">landscape</meta>
    <meta property="rendition:spread">both</meta>
    <meta property="ibooks:binding">false</meta>
    <meta content="true" name="fixed-layout" />
    <meta content="landscape" name="orientation-lock" />
    <meta content="true" name="region-mag" />
    <meta content="2022-10-20T00:00:00Z" name="created" />
    <meta content="838x1188" name="original-resolution" />

Last edited by DNSB; 07-26-2025 at 01:52 AM.
DNSB is offline   Reply With Quote