Mark · Components

Image

An image. Lazy and async by default, so a page of them costs one render; sizing and shape are classes, not fields.


A generated colour field
<img src="/assets/img/everlasting.jpg" alt="A generated colour field" loading="lazy" decoding="async" class="img-fluid mk-rounded-md">
src: /assets/img/everlasting.jpg
alt: A generated colour field
class_names: img-fluid mk-rounded-md
Fields (3)
FieldTypeNotes
src image required
alt text
class_names text
On this page