An image.


Properties
align {top:, bottom:, left:, right: }
- How to align the image when full. You can specify one of top|bottom and/or one of left|right. If not provided, the image is centered.
alt {string}
- Alternate text for screen readers.
caption true|{string}
- Whether to add image caption or not. If set to true, caption text will be the image alt value. Also, caption can receive the text to be used instead of the default one.
fit cover|contain
- How the image should be scaled to fit in the container. Setting this property also sets
full='true'
. full true|horizontal|vertical|false
- Whether the image should expand to fill the available width and/or height.
size small|medium|large|thumb
- The size of the Image. Defaults to
medium
. src {string}
- The actual image file source.