Problem with images from epub to mobi
Hi all,
I recently converted an epub (which validates through epubcheck without problems) to mobi with Kindle Previewer.
I used relative percentages in the <img> tags, but mobi format resizes all images to fit the whole width of the screen. In the original epub I have the following code for the images:
<div>
<p class="image"><img src="xxx"/></p>
<p class="caption">Caption text</p>
</div>
The problem is that in mobi the image and the caption are not together; in the most cases the image resize to fit screen (width or height) and the caption appears in the next page alone.
How could I resolve that?
Thanks
|