I am trying to create an ebook by converting a folder of images to MOBI using Calibre's CBZ comic conversion.
It works mostly ok but some images have the bottom shown at the top as you can see here:
[Image violates guidelines for size - MODERATOR]
I have disabled comic processing and the only special setting I have made is to add the following extra css to make images fill the available space:
Code:
img {
height: auto;
max-width: 100%;
}
Any ideas?
I'm using Calibre 2.4 and it's a Kindle White Paper 2.
[Link deleted - MODERATOR]