Gets or sets the fit mode of the thumbnail.
$au.imageUploaderFlash({Get/Set Value at Runtime
converters : [
{
//...other params...
thumbnailFitMode: "Fit",
//...other params...
}
]
})
$au.imageUploaderFlash('uploaderID').converters().set(index).thumbnailFitMode(value);
value = $au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailFitMode();
Type: String
The fit mode of the thumbnail.
Default value is "Fit".
The following values are supported:
This property makes sense only if the mode property has the Thumbnail value.