Just to be clear, is the image cut off, a blank side after each image or both?
Regarding the blank page:
1. It could be, that the dimensions for the images are off, even if you used the correct output profile. You could try to set custom dimensions in the comic options.
2. And more likely: The image is wrapped in some style that has a margin set in the default stylesheet of the reader. Don't know, if this works, but you could try to set "Remove margins" under the layout-tab. Or you could try to add there additional css like
div {margin-bottom: 0; margin-top: 0;}
If you have Sigil, you could experiment directly inside the epub, which would be the best.
|