Help centerConsole

Getting Started

IntroductionCreate a projectIntelliSense

AI Components

Getting started

Courier

Getting startedCommandsConfiguration
Upgrade

Canvas

ExpressionsFilters & functionsCanvasTemplatingVariables
absbatchcapitalizecolumnconvert_encodingdate_modifydatedefaultescapefilterfirstformatgroup_byimage_tagimage_urljoinjson_encodekeyslastlengthlowermapmergenl2brnumber_formatrawreading_timereducereplacereverseroundsliceslugsortspacelesssplitstriptagstitletrimupperurl_encodeDeprecated filters
Help centerConsole
DocumentationAPI ReferenceGuidesChangelog
Filters

image_tag

The image_tag filter generates a HTML img tag.

You can use the image_tag in combination with image_url to generate a HTML img tag:

{{ entry.image | image_url({ width: 280, format: 'webp' }) | image_tag }}
{# outputs: <img src="https://cdn.blutui.com/uploads/project_name/image.png?format=webp&width=280" /> #}

Last updated on

group_by

The group_by filter groups array items by a given key.

image_url

The image_url filter generates a CDN URL for an image.