Minimum image width allowed for upload.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("MinImageWidth", "0"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setMinImageWidth(value); value = getImageUploader("ImageUploaderID").getMinImageWidth();
A non-negative integer value that specifies minimum allowed image width (in pixels). If the value is 0 then there is no limit.
Default value is "0" (no limit).