Quote:
Originally Posted by senhal
Hi, I'm using this css in order to get an image high as text:
Code:
<p>Bla bla <img style="height: 1em" alt="" src="../picture.jpg"/>
bla bla.</p>
Is it working on all readers/apps?
Example:

|
It should; afaik, it works in all ereaders I tried. By the way, in those cases (images with the height of the text), it would be prefer to use a svg image instead of a .jpg. You can trace the .jpg image as .svg with Inkscape.