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" /> #}

Was this helpful?

Copyright © 2024 Blutui.