View Single Post
Old 05-19-2019, 04:18 AM   #6
gogu1904
Connoisseur
gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.gogu1904 ought to be getting tired of karma fortunes by now.
 
Posts: 80
Karma: 2112464
Join Date: May 2019
Device: Kobo Aura One LE
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.
gogu1904 is offline   Reply With Quote