Gets or sets minimum width and height of the crop rectangle (in pixels).
$au.uploader({ imageEditor: { //...other params... cropMinSize: 50, //...other params... } })Get/Set Value at Runtime
$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.