Size of thumbnails in the preview area when Thumbnails
view mode is used.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("PreviewThumbnailSize", "96"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setPreviewThumbnailSize(value); value = getImageUploader("ImageUploaderID").getPreviewThumbnailSize();
A positive integer value that specifies size of thumbnails in the preview area (in pixels). In other words, this property specifies size of square the thumbnail is inscribed in.
Default value is "96".