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

uploadPane.tilePreviewSize Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets size of thumbnail (or icon for non-image files) into a tile.

Syntax

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

Property Value

Type: Number

Size of thumbnail (or icon for non-image files) into a tile.

Default value is 48.

See Also

Reference

Manual