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