Thumbnail in entry of structure field

Can I show a image thumbnail in the entry of a structure field? - I tried this:

slides:
label:
type: structure
entry: >
      <img src="{{image}}" height=120px/>
fields:
image:
    label: Image
    type: image

You would have to hard code the URI: Using Kirby’s power in entry of structure field

Or use the snippet field instead: https://github.com/jenstornell/kirby-plugins/issues/197