View Single Post
Old 02-04-2015, 08:46 PM   #1
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Using Calibre svg cover wrapper for full-page images

Hi

The Calibre-cover svg wrapper is handy to use. I plan to use it too for other full-page images. I imagine all I would have to do would be:
1. - create an empty xhtml file where to insert the image
2. - paste the standard Calibre code within
3. - adapt it to the concerned image (src, dimensions, ViewBox...)

For the second part, I do not know how I should adapt this small part:
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta name="calibre:cover" content="true"/>
        <title>Cover</title>
I could probably keep the first line. What would be advisable to write for the second and third lines? Are they useful for my purpose?

Last edited by roger64; 02-04-2015 at 08:50 PM.
roger64 is offline   Reply With Quote