This is what I used on the home page, in the section “Upcoming Concerts”, which includes a featured image, at https://www.sandbach-concert-series.co.uk
[raw]<div class="eventscoming">
[loop type=event count=12 field=wpcf-date value=future-time in=timestamp order=asc orderby=field_num offset=1]
<div class="eventbox">
<h3>[field title-link]</h3>
<date>[field wpcf-date in=timestamp date_format="D j M Y @ g:ia"]</date>
<div class="eventimage">[field image-link size=medium]</div>
[link url]More...[/link]
</div>
[/loop]
</div>[/raw]
Hi @paulzz3000,
An image is an attachment, so you can use the attached or attached-field shortcode.
Take a look at Settings > Custom Content > Attachment for more options.
Attached:
[attached id=123]
[field image]
[/attached]
Attached-field:
[attached-field image id=123]
Good luck!
Peter