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

uploadPane.tileHeight Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets custom tile height in Tiles view mode.

Syntax

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

Property Value

Type: Number

The custom tile height in Tiles view mode.

Default value is 66.

See Also

Reference

Manual