I am writing a template and have a quick question that I can find the answer from
It's possible to print image fields:
<img src="{{file imageId}}"> where imageId – the name of custom image field, concatenated with the suffix Id.
when I use the above line it doesn't show any photos, when I use {{imageIds}} it returns 5cbf164eb8f245ae8,5cbf165be263d61e6,5cbf16654f0f60 6d8,5cbf1668e50359b69,5cbf166c60013a7 a3,5cbf187aa2ae037c7,5cbf187ec89466199
How do I get just the first image id in Template?
Thanks
It's possible to print image fields:
<img src="{{file imageId}}"> where imageId – the name of custom image field, concatenated with the suffix Id.
when I use the above line it doesn't show any photos, when I use {{imageIds}} it returns 5cbf164eb8f245ae8,5cbf165be263d61e6,5cbf16654f0f60 6d8,5cbf1668e50359b69,5cbf166c60013a7 a3,5cbf187aa2ae037c7,5cbf187ec89466199
How do I get just the first image id in Template?
Thanks
Comment