Quote:
Originally Posted by llasram
I haven't tested how they work, but it might also be worth trying some combination of the 'width', 'min-width', and 'max-width' properties. If ADE and other renderers respect 'max-width' then could specify "width: 100%" and a 'max-width' of the actual image width in pixels.
|
If ADE supports max-width, adding
Code:
img { max-width: 100%; max-height: sony reader screen height }
to Override CSS should do the trick. It's a pity CSS doesn't have viewport relative lengths. If it did there would be no need to use the actual screen height any more.