Example#
<img src="{{ featured_image }}" alt="{{ title }}">Use the image_size() modifier when you want a named WordPress image size instead of the full image.
<img src="{{ featured_image | image_size("large") }}" alt="{{ title }}">Variables
{{ featured_image }} prints the full-size featured image URL for the current post or page.
<img src="{{ featured_image }}" alt="{{ title }}">Use the image_size() modifier when you want a named WordPress image size instead of the full image.
<img src="{{ featured_image | image_size("large") }}" alt="{{ title }}">