View Single Post
Old 04-29-2017, 03:37 PM   #194
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,028
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
In future, you should report issues with a plugin in the thread for that plugin. It's only chance that I even saw this thread--I don't check the forum list very often.

You'd think that how covers are coded in epubs would be standardized, but it's just not.

Rather than attempt to keep the cover (X)HTML from the original, EpubSplit is coded to always use the same cover.xhtml code.

Spoiler:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><title>Cover</title><style type="text/css" title="override_css">
@page {padding: 0pt; margin:0pt}
body { text-align: center; padding:0pt; margin: 0pt; }
div { margin: 0pt; padding: 0pt; }
</style></head><body><div>
<img src="cover.jpg" alt="cover"/>
</div></body></html>


If your particular reader doesn't like that cover code, I'd try Calibre's Polish Book feature and see if it helps.

UPDATE: I see some kind mod has moved us.

Last edited by JimmXinu; 04-29-2017 at 09:15 PM.
JimmXinu is offline   Reply With Quote