Image size.
I'm formatting an epub with illustrations. I want the picture to have a page to itself, so I can the pagebreak before and pagebreak after to achieve that.
Let us assume that the image is relatively tall and slim. I would like it to fill the page from top to bottom - in other words, fill the screen.
I am very familiar with html code and css3.
To do this, as part of the <img src= ... etc> would I say: "height="100%"? Would this work irrespective of the size of the image?
|