Hello Bartorz,
Here is the code to output the images:
[wpv-for-each field="wpcf-business-work-example"]
<a href="[types field="business-work-example" raw="true"][/types]" rel="lightbox">[types field="business-work-example" alt="[wpv-post-title]" title="[wpv-post-title]" width="800" height="600" align="center" resize="proportional"][/types][/wpv-for-each]</a></br>
“wpcf-business-work-example” is a custom post type which allow multiple instances of images. The code is looping through the custom field (multiple-instances) to output the images on the page. Instead of displaying the images one-by-one. My requirement is to group the images from the custom post type and display them like the link that I had shown you.
Thanks!