image url
A function version of the image_url filter.
Formats an image public URL with the given image cache preset. Wraps around the drupal function image_style_url
Example
<img src"{{image_url(node.field_image,'mypreset) }}">
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upA function version of the image_url filter.
Formats an image public URL with the given image cache preset. Wraps around the drupal function image_style_url
Example
<img src"{{image_url(node.field_image,'mypreset) }}">