View Single Post
Old 05-16-2011, 10:10 AM   #2
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by schuster View Post
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.
Starson17 is offline   Reply With Quote