Quote:
Originally Posted by Crowriver
kepub/epub looks terrible. Images squashed and stretched, default setting inserts headers and footers (unless you turn this off). You can zoom which is good, but images are not proportional...
|
That will be the code that puts the images in the on the page. You mentioned using KCC. I thought it would do this properly, but, it has been a while since I tried it.
For the times that I need to put an image in the a book, I either do it as with an SVG wrapper with 'preserveAspectRatio="xMidYMid meet"', or an img tag with either the width or height set to auto.