How to crop image if uploaded one is greater than deafault size, and resize if uploaded one was smaller than the default dimensions?

This may seems to be a silly question, but how actually make this two functions working together? I'm struggling with this…

Comments

v8powerage’s picture

Status: Active » Closed (fixed)

Ok I'll answer myself for this question, this can be achieved setting at user settings page min. image size to 0x0px, and max. size to i.e. 1500x1500px then image will be resized correctly to the needed size.