Gets or sets the fit mode of the thumbnail.
$au.imageUploaderFlash({ converters : [ { //...other params... thumbnailFitMode: "Fit", //...other params... } ] })Get/Set Value at Runtime
$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.