Quote:
Originally Posted by pdurrant
That's very nice indeed. And yes, I've found that in-line images where I can assume that the width is the limiting factor do resize nicely.
|
Until someone turns his Opus around and reads the book in landscape mode, I guess (or you have a tall illustration like
this).
Quote:
It's full page images where I want the image to resize so that it fills the page as much as possible (either in height or in width) are the ones that aren't working right.
|
It seems ADE, like most browsers, it seems, is not considering the screen height when calculating proportional heights. It can be understood with media that's going to be mainly scrolled up and down, but not when the content is read page by page.
Quote:
I notice that you've had to work hard to get the small caps to display in the chapter titles, because ADE doesn't support the font-variant: smallcaps that it should.
|
Alas, no. And the other CSS workaround, using "text-transform: uppercase" and a smaller size is not supported by the ePUB spec. So far, I've refused hard-coding the uppercase text in the text, if ADE can't show the small-caps, so be it; some day it will.