Aurigma Image Uploader 6.5 Dual
ImageUploader.UploadThumbnail2Height Property
Height restriction of the second thumbnail.
Syntax
Initialize
JavaScript
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("UploadThumbnail2Height", "96"); //...other params... iu.writeHtml(); </script>
Get/Set Value in Runtime
JavaScript
getImageUploader("ImageUploaderID").setUploadThumbnail2Height(value);
value = getImageUploader("ImageUploaderID").getUploadThumbnail2Height();Property Value
A positive integer value that specifies height restriction for the second thumbnail.
Default value is "96".
Remarks
Read about the UploadThumbnail2FitMode 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 UploadThumbnail2ResizeQuality property.
See Also
Manual
Reference
- UploadThumbnail2BackgroundColor Property
- UploadThumbnail2CompressOversizedOnly Property
- UploadThumbnail2CompressionMode Property
- UploadThumbnail2CopyExif Property
- UploadThumbnail2CopyIptc Property
- UploadThumbnail2FitMode Property
- UploadThumbnail2JpegQuality Property
- UploadThumbnail2ResizeQuality Property
- UploadThumbnail2Resolution Property
- UploadThumbnail2Watermark Property
- UploadThumbnail2Width Property