Image
Image component with responsive behavior for the system image.
Component Properties
Usage
{%
include 'radix:image' with {
src: 'https://picsum.photos/id/140/600.jpg',
alt: 'Image alt description',
title: 'Image title',
align: 'center',
responsive: true,
rounded: true,
thumbnails: true,
width: 600,
height: 400,
loading: 'lazy',
image_utility_classes: [
'mb-5',
],
attributes: create_attribute().setAttribute('crossorigin', 'anonymous'),
}
%}Last updated