Episoden image art

Hey there,

is there a way to put the image cover into a template? I want to present it automatically in the blogpost. However, my attempt is failed to be entered. There is no output.

{{ episode.image.html }} should do the job.

See also: http://docs.podlove.org/reference/template-tags/#episode

Great Tim! Thank’s!
One last question: How is it possible to crop the image? I want top render it to 240x240px.

This does not work:
{{ episode.image({size: ‘240’ }).html }}

{{ episode.image.html({retina: true, width: '240' }) }}

Great, Tim. It work’s fine!