Quote:
Originally Posted by GMSJr
I to have had this issue. I tied the 75% ratio and it worked the first time, but not on the next book I tried. But that led me to try something else.
If you use Calibre, go to EDIT book. Look at the "title page". You will need to find two lines. One with viewBox= and one with <image width=
I am not sure the actual numbers are important BUT the numbers I viewBox must be as lease as big as image width.
Example:
ViewBox="0 0 410 540
<image width="410" height =500
Has worked every time. (So far) reguardless of the image size (819x1376)
Hope this helps
any other tips are welcome,e
|
Thanks for the tip... I seem to have made this work by resizing the cover image to 600x800, and then editing the EPUB title page so that the ViewBox and <image> are both set to use 600 x 800. I tried some other resolutions, but 600x800 is the only things that works reliably for me.