View Single Post
Old 03-24-2012, 02:11 PM   #2
mmat1
Berti
mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.
 
mmat1's Avatar
 
Posts: 1,197
Karma: 4985964
Join Date: Jan 2012
Location: Zischebattem
Device: Acer Lumiread
Quote:
Originally Posted by 1611mac View Post
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.
mmat1 is offline   Reply With Quote