Quote:
Originally Posted by SilvioTO
Here's a simply option in Calibre for maintain proportions of the included images?
|
I'm not sure whether I fully understand your question, but if I'm using HTML as my source then I hand-edit the HTML in a text editor before importing to Calibre, so that each image is simplified to look something like:
Code:
<p><img src="images/mypic.jpg" alt="mypic" /></p>
i.e. I remove any height=xxx or width=yyy dimensions. Calibre then seems to handle image sizes automatically. It will also rescale them proportionally during the ZIP to EPUB conversion, if the original size would be too big to fit on your reader (as specified in Convert - PageSetup - OutputProfile).
There may be better ways, but this works for me.