Skip to content
aeria-picture
This component provides a basic wrapper with basic styling and utilities for displaying images.
Example

vue
<aeria-picture
width="12rem"
height="12rem"
url="/assets/logo.png"
alt="Aeria Logo"
></aeria-picture>Props
urlstring?: The absolute or relative URL of the image (the same asmodelValue).altstring: Alternative text to display when image can't be displayed.borderedboolean?: Put the default border around the picture.objectFitboolean?: Sets the CSSobject-fitproperty of the image.widthboolean?: Image width, as in CSS.heightboolean?: Image height, as in CSS.expandableboolean?: This property will make the picture expand upon clicked showing it's metadata when available.metaobject?: The metadata of the image.
Slots
default: A fallback to be rendered in case the image is absent.caption: Put a caption text beneath the image.
