View Single Post
Old 07-07-2009, 07:04 PM   #217
chorpler
Zealot
chorpler has a complete set of Star Wars action figures.chorpler has a complete set of Star Wars action figures.chorpler has a complete set of Star Wars action figures.
 
Posts: 128
Karma: 278
Join Date: Jun 2008
Device: Kindle; PRS-500; MobiPocket on Windows Mobile
Hmm, neither 0.5.14's oeb2mobi nor 0.6.0b10's ebook-convert seem to properly scale images from source HTML files, with either the deprecated "width" attribute or using CSS, as in:

<img style='width: 200px' ...>

mobigen will respect the "width" attribute, but not the CSS; it seems to just stick the "width" attribute and value in the Mobipocket markup directly. But calibre seems to actually take the width of the image, translate it into "em" units, and put that value in for the "width" attribute in the corresponding <img> tag in the Mobipocket markup.
chorpler is offline   Reply With Quote