resizing images in recipes?
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?
|