Sitecore 5.1.1 API

Settings.ThumbnailHeight Property

Gets the max height of auto-generated image thumbnails.

[Visual Basic]
Public Shared ReadOnly Property ThumbnailHeight As Integer
[C#]
public static int ThumbnailHeight {get;}

Property Value

Default value: 50

Remarks

When images are uploaded to the media library, a thumbnail is generated (see GenerateThumbnails).

If zero, the ThumbnailWidth property decides the size (scaling is done proportionally).

See Also

Settings Class | Sitecore.Configuration Namespace