Gets or sets the height restriction for the thumbnail.
$au.imageUploaderFlash({ converters : [ { //...other params... thumbnailHeight: 96, //...other params... } ] })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailHeight(value); value = $au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailHeight();
Type: Number
The height of the thumbnail.
Default value is 96.
Read about the thumbnailFitMode property for more detailed information on how this property affects the thumbnail size.
This property makes sense only if the mode property has the Thumbnail value.
Maximum allowed thumbnail height is restricted to 2000 pixels. If you specify a value exceeding this limitation, it will be automatically set to 2000
.