Gets or sets minimum width and height of the crop rectangle.
$au.imageUploaderFlash({
imageEditor: {
//...other params...
cropMinSize: 50,
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').imageEditor().cropMinSize(value);
value = $au.imageUploaderFlash('uploaderID').imageEditor().cropMinSize();
Type: Number
The minimum possible width and height in pixels of the resulting image you will receive after the user applies the crop. If 0, no limitation is applied.
Default value is 50.