Image resolution 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("UploadThumbnail1Resolution", "72"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setUploadThumbnail1Resolution(value); value = getImageUploader("ImageUploaderID").getUploadThumbnail1Resolution();
A positive integer value that specifies image resolution for the first thumbnail. If 0
value is specified, the source image resolution is used.
Default value is "72".