Gets or sets a height of this thumbnail instance.
$au.thumbnail({ //...other params... height: "100px", //...other params... })Get/Set Value at Runtime
$au.thumbnail('thumbnailID').height(value); value = $au.thumbnail('thumbnailID').height();
Type: String
The height of the thumbnail control.
Default value is "100px".