Let’s say I have a header and then an image: I want to make the image take up the *remaining* vertical space. If the image were the only thing on the page, I’d just set its height to 100 vh. But the text above it could be any size (it could be multiple lines), so it’s not so easy.
More generally, say I had several paragraphs of text followed by an image. I’d again like that image to take up whatever remaining vertical space is available on the page it was placed on (and probably put a minimum height too). Is this possible with prince?
More generally, say I had several paragraphs of text followed by an image. I’d again like that image to take up whatever remaining vertical space is available on the page it was placed on (and probably put a minimum height too). Is this possible with prince?