Quote:
Originally Posted by schuster
1.) is there a solution to resizing images to get an output there all pictures has the same size? (only if sufficient resolution)
i try to set this in the
extra_css=
img {min-width:300px; max-width:600px; min-height:300px; max-height:800px}
but nothing happens (yes i'm a n00b in this)
i think a better way is to make it with postprocess, or not?
|
Image sizing depends on your output device selected, the input image size, the recipe extra CSS and any image processing in the recipe. I use min and max width in percent in comics recipes, so I know it works. Look at gocomics, comics.com and arcamax. I use image processing in recipes to rotate some images, which you can read about in my code sticky on that subject. I believe image processing can vary the resolution, but I've never needed to.
This is not going to be easy for a complete new user, and I have my doubts you really need to do anything other than adjust percent size, if that.