folderPane.previewSize Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a size of the preview area in Thumbnails view.

Syntax

JavaScript Initialize
$au.uploader({
    folderPane: {
        //...other params...
        previewSize: 96,
        //...other params...
    }
})
Get/Set Value at Runtime
$au.uploader('uploaderID').folderPane().previewSize(value);
value = $au.uploader('uploaderID').folderPane().previewSize();

Property Value

Type: Number

The size of the preview area (in pixels). In other words, this property specifies the size of square the thumbnail is inscribed in.

Default value is 96.

See Also

Reference