Gets or sets minimum width and height of the crop rectangle (in pixels).
$au.uploader({Get/Set Value at Runtime
imageEditor: {
//...other params...
cropMinSize: 50,
//...other params...
}
})
$au.uploader('uploaderID').imageEditor().cropMinSize(value);
value = $au.uploader('uploaderID').imageEditor().cropMinSize();
Type: Number
The minimum width and height of the crop rectangle (in pixels).
Default value is 50.