uploadPane.previewSize Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

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

Property Value

Type: Number

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

Default value is 96.

See Also

Reference