Gets or sets an image resolution of the thumbnail.
$au.uploader({ converters : [ { //...other params... thumbnailResolution: 0, //...other params... } ] })Get/Set Value at Runtime
$au.uploader('uploaderID').converters().get(index).thumbnailResolution(value); value = $au.uploader('uploaderID').converters().get(index).thumbnailResolution();
Type: Number
The image resolution of the thumbnail (in DPI). If 0
value is specified, the original image resolution is used.
Default value is 0.
This property makes sense only if the mode property has Thumbnail
value.