Image

Fluid

{% component "Image" src="https://placehold.net/600x400.png" alt="Responsive image" fluid=True / %}

Preview:

Responsive image

Thumbnail

{% component "Image" src="https://placehold.net/600x400.png" alt="Thumbnail image" thumbnail=True / %}

Preview:

Thumbnail image

Rounded

{% component "Image" src="https://placehold.net/600x400.png" alt="Rounded image" rounded=True / %}

Preview:

Rounded image

Rounded Circle

{% component "Image" src="https://placehold.net/600x400.png" alt="Circle image" rounded_circle=True / %}

Preview:

Circle image

Rounded Float Start

{% component "Image" src="https://placehold.net/600x400.png" alt="Float start image" rounded=True / %}

Preview:

Float start image

Rounded Float End

{% component "Image" src="https://placehold.net/600x400.png" alt="Float end image" rounded=True / %}

Preview:

Float end image

Centered Block

{% component "Image" src="https://placehold.net/600x400.png" alt="Centered image" rounded=True attrs:class="mx-auto d-block" / %}

Preview:

Centered image

Fluid And Thumbnail

{% component "Image" src="https://placehold.net/600x400.png" alt="Fluid thumbnail" fluid=True thumbnail=True / %}

Preview:

Fluid thumbnail

All Rounded Options

{% component "Image" src="https://placehold.net/600x400.png" alt="Fluid rounded image" fluid=True rounded=True / %}

Preview:

Fluid rounded image

Custom Attrs

{% component "Image" src="https://placehold.net/600x400.png" alt="Custom image" attrs:width="200" / %}

Preview:

Custom image

No Alt

{% component "Image" src="https://placehold.net/600x400.png" / %}

Preview: