I generate the cover with Calibre default procedure, at a size of 600x800. The cover has text-only metadata - author, title, series - formatted in my own preferred way.
The output profile is set to tablet, to avoid further scaling.
The default titlepage.xhtml I am using uses this svg sequence:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 600 800" preserveAspectRatio="none">
<image width="600" height="800" xlink:href="cover.jpeg"/>
</svg>
I would prefer a way to have the cover scaled by the epub reader without specifying a specific size within this svg sequence.
|