uploadPane.thumbnailPreviewSize Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the size of the file thumbnail or icon when Thumbnails view mode is used.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    uploadPane: {
        //...other params...
        thumbnailPreviewSize: 115,
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadPane().thumbnailPreviewSize(value);
value = $au.imageUploaderFlash('uploaderID').uploadPane().thumbnailPreviewSize();

Property Value

Type: Number

The size of the file thumbnail or icon.

Default value is 115.

See Also

Reference