Quote:
Originally Posted by 1611mac
Is there a css method I can use to make all photos in an ePub bigger (say 20% bigger)?
The pics DO NOT have a HEIGHT or WIDTH attrib in the xhtml.
|
Have you ever tried
Code:
img.i500 { height: 500px; }
where i500 is used with a picture of an original height of 400px ( to get roughly your 120% ) ?
Btw. I don't know how to enlarge a picture by a percentage, this seems to be always calculated from "usable space".
Maybe with SVG it is possible. Search the forum for "<svg", there should be lots of samples.