Enum EmbedResizeMode
The resize mode for embedded content
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
public enum EmbedResizeMode
Fields
Name | Description |
---|---|
Default | Will keep the size of the actual content |
ScaleToFill | Resizes the content to the parent container so it fills the entire area. Crop may occur |
ScaleToFit | Resizes the content to the parent container so it fits inside. |