Quote:
Originally Posted by Arpeggio
Hi I'm new here. I write technical books with pictures and diagrams and need to make the images be contained within varying screen sizes without being clipped.
|
That has proved to be a very slippery goal. When you get it working, it will fail in some other reader.
Quote:
If I add height="100%" just before src=” then look at the ePub in ADE it makes no difference.
|
Do not add that in the html. Instead, look for calibre42 (or whatever appropriate) in the CSS and add height:100%;
But height 100% (if it works) means the image will always take the whole screen vertically, regardless of its aspect ratio, the screen's aspect ratio and the image size. Is that what you want?