Quote:
Originally Posted by davidfor
It will be the code in the page displaying the image. Odds are, the cover image is smaller and the code is simply putting it in the page without resizing it. The calibre viewer will show the cover page full size as it does not use the code. If it determines that the cover page is just the code to display the image, it simple displays the image.
If you change to cover page to use an SVG wrapper and have it fill the page, it should work better. There are options in the conversion or Polish to do this.
|
I don't know much about how Calibre works, but I looked at the file generated by Calibre called titlepage.xhtml. It has an SVG wrapper, but I see it is resizing my file to 563 x 751.
<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 563 751" preserveAspectRatio="xMidYMid meet">
<image width="563" height="751" xlink:href="cover.jpeg"/>
I'm going to try editing this code in Calibre to see if that will solve it.