Image
Fluid
Preview:
Thumbnail
{% component "Image" src="https://placehold.net/600x400.png" alt="Thumbnail image" thumbnail=True / %}
Preview:
Rounded
Preview:
Rounded Circle
{% component "Image" src="https://placehold.net/600x400.png" alt="Circle image" rounded_circle=True / %}
Preview:
Rounded Float Start
{% component "Image" src="https://placehold.net/600x400.png" alt="Float start image" rounded=True / %}
Preview:
Rounded Float End
{% component "Image" src="https://placehold.net/600x400.png" alt="Float end image" rounded=True / %}
Preview:
Centered Block
{% component "Image" src="https://placehold.net/600x400.png" alt="Centered image" rounded=True attrs:class="mx-auto d-block" / %}
Preview:
Fluid And Thumbnail
{% component "Image" src="https://placehold.net/600x400.png" alt="Fluid thumbnail" fluid=True thumbnail=True / %}
Preview:
All Rounded Options
{% component "Image" src="https://placehold.net/600x400.png" alt="Fluid rounded image" fluid=True rounded=True / %}
Preview:
Custom Attrs
{% component "Image" src="https://placehold.net/600x400.png" alt="Custom image" attrs:width="200" / %}
Preview:
No Alt
Preview: