Images#
Experimental, could change in the future or be removed
Image shortcode produces an image that can be clicked to expand.
Example#
{{< image src="placeholder.svg" alt="A placeholder" title="A placeholder" loading="lazy" >}}Parameters#
srcRequired- The link to the image
classOptional- An optional CSS class name that will be applied to the
imgelement altOptional- An optional alternate text for the image
titleOptional- An optional title for the image
loadingOptional- Sets
loadingcontrol for the image:lazy,eagerorauto