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?