Thread: Clara 2E Badly formatted epub?
View Single Post
Old 04-14-2024, 01:14 PM   #4
Jane Eyre
Zealot
Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.Jane Eyre got an A in P-Chem.
 
Jane Eyre's Avatar
 
Posts: 118
Karma: 6368
Join Date: Nov 2018
Location: Italy
Device: Kindle P.white3/Kobo Clara 2E
Quote:
Originally Posted by DNSB View Post
You can also try running the ePub through kepubify or using the KoboTouchExtended driver from calibre.
Should I try? I always convert from epub to kepub with Kepub Output and it alway does a good job.

Apart from the footnotes, could the other plug in solve with zoom image?

I'm testing myself on the open epub, I saw that images have been set this way

Code:
<p class="center"><img width="50%" alt="" src="../Images/namefile.jpg"/></p>
and the class in stylesheet is:

Code:
.center
{text-align:center;
text-indent:0em;
}
I'm not a big expert but, I usually use DIV for pictures in my work using this type of class:

Code:
div.picture
{
max-height:100%;
max-width:100%;
border:0px;
text-align:center;
margin-top:0.4em;
margin-bottom:0.4em;
}
Maybe that's the reason why in this book zoom doesn't work?

*** EDIT - UPDATE ***

I converted my epub for kindle, to KFX format and it works well!!
Footnotes in window, zoom on images.

So just kobo can't.

Last edited by Jane Eyre; 04-14-2024 at 01:55 PM.
Jane Eyre is offline   Reply With Quote