Hi
I had reported some months ago (including to GitHub) some serious "
Image display problems". So, I avoided reading books with many images with Koreader.
I use the latest version (today): v. 2015.11-507-gef260f0
I was wrong: it's my pleasure to report that a
neat progress has been made for image display, regarding the
relative size of centered images. You can check it by yourself this way:
1. in Koreader, activate the "integrated style". This is a must.
2. In the EPUB code, within the
img tag, use the following parameter which works now consistently, from full page images to small sized ones.
3. To avoid centering defects due to text-indents, you can better wrap the
img tag in a div container, i.e.
Code:
<div style="text-align:center">_</div>
Work remains to be done for the
float property (size is OK but they are displayed as blocks) and
svg (including wrappers).
Congratulations and thanks to our -so discrete- Koreader authors.