Width restriction of the first thumbnail.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("UploadThumbnail1Width", "96"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setUploadThumbnail1Width(value); value = getImageUploader("ImageUploaderID").getUploadThumbnail1Width();
A positive integer value that specifies a width restriction of the first thumbnail.
Default value is "96".
Read about the UploadThumbnail1FitMode property for more details information how this property affects the thumbnail size.
If you choose to send resized thumbnails, you can specify the quality of resizing with the UploadThumbnail1ResizeQuality property.