Figure
An image with caption and link
Last updated
An image with caption and link
Last updated
Parameter | Description |
---|---|
images/fallback.svg
is an image that will be shown in place of images (in any component) that fail to load. This is useful because you may often be linking to external image URLs that can become broken without notice.
Example of using with the section component to make a full width banner:
image
URL to image for the figure.
caption
Caption content. Can contain Markdown.
link
URL to navigate to when clicking on the image.
width
/ height
Dimensions of the image in px
or %
. You should only specify either width OR height, to maintain the original aspect ratio of the image. Image will shrink to fit smaller screen sizes.