Aurigma HTML5/Flash Uploader 8.0.42
converter.thumbnailWidth Property
Gets or sets the width restriction for the thumbnail.
Syntax
JavaScript
Initialize
$au.imageUploaderFlash({
converters : [
{
//...other params...
thumbnailWidth: 96,
//...other params...
}
]
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailWidth(value);
value = $au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailWidth();
Property Value
Type: Number
The width of the thumbnail.
Default value is 96.
Remarks
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.