Skip to content Skip to footer navigation
πŸ† Vote for your favorite CMS at the CMS Critic Awards! Voting ends Feb 28th.

Image Modifier

Generate an HTML image element with the variable's value as src.

header_image: /assets/img/bokeh-bunnies.jpg
{{ header_image | image }}
{!! Statamic::modify($header_image)->image() !!}
<img src="/assets/img/bokeh-bunnies.jpg">