Image plugin for Collection
Blocks
The block name is Image, though <image> is also possible.
image izef_raku_pod_render_dist_resources_images_path_to_image_in_collection_assets_directory not found
srcmust be an image with a path relative to the Current Working Directoryidis an option id attached to the <img> tag, and can be used for stylingaltis given the the alt attribute of the <img> tagclassis included in the class list of the outerdivcontainer
head1 Template
The default template renders the image as
<div class="image-container other classes"><img src="path-to-source" alt="alt text" id="id"></img>
Styling
The plugin provides three classes by default: justify-right, justify-center and justify-left, moving the image accordingly.