This documentation is for the old version. Go to the latest Upload Suite docs

converter.thumbnailResolution Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an image resolution of the thumbnail.

Syntax

JavaScript Initialize
$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();

Property Value

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.

Remarks

This property makes sense only if the mode property has Thumbnail value.

See Also

Reference

Manual