Height restriction of the third 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("UploadThumbnail3Height", "96"); //...other params... iu.writeHtml(); </script> |
Get/Set Value in Runtime
JavaScript | ![]() |
---|---|
getImageUploader("ImageUploaderID").setUploadThumbnail3Height(value); value = getImageUploader("ImageUploaderID").getUploadThumbnail3Height(); |
Property Value
A positive integer value that specifies a height restriction of the third thumbnail.
Default value is "96".
Remarks
Read about the UploadThumbnail3FitMode 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 UploadThumbnail3ResizeQuality property.
See Also
Examples
Resizing and Rotating ImagesReference
UploadThumbnail3BackgroundColor PropertyUploadThumbnail3CompressOversizedOnly Property
UploadThumbnail3CompressionMode Property
UploadThumbnail3CopyExif Property
UploadThumbnail3CopyIptc Property
UploadThumbnail3FitMode Property
UploadThumbnail3JpegQuality Property
UploadThumbnail3ResizeQuality Property
UploadThumbnail3Watermark Property
UploadThumbnail3Width Property