Quote:
Originally Posted by marbs
ok. then after i i finish this multipage issue i would like to do that.
while i am working on this, i have an other recipe. the articles have pictures. if there is a picture that is wider than the output file, the text goes over the edge too. is there a way to shrink the picture to fit the output file or at least to stop the text form expanding?
|
extra_css gives control. It's also controlled by the output device set in Calibre.
For comics, I often specify :
img {max-width:100%; min-width:100%;}
This works well in the viewer when read on a wide screen.