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

qualityMeter.height Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a height of each quality meter rectangle.

Syntax

JavaScript Initialize
$au.uploader({
    paneItem
: {
        qualityMeter
: {
           
//...other params...
            height
: 11,
           
//...other params...
       
}
   
}
})
Get/Set Value at Runtime
$au.uploader('uploaderID').paneItem().qualityMeter().height(value);
value
= $au.uploader('uploaderID').paneItem().qualityMeter().height();

Property Value

Type: Number

The height of each quality meter rectangle.

Default value is 11.

Remarks

If the quality meter height is larger than a thumbnail height (specified with the folderPane.previewSize and uploadPane.previewSize properties), it is automatically shrunk down to fit this distance.

See Also

Reference