What I want to do is that I would like to make these images on the right side cliquable so that when a user click on the image, he/she will see the (larger) original image displayed.
My question is: How should I tackle this?
Thanks ahead for any hints. BTW, I did search the forum but did not find any related information. Maybe my way of searching, sorry. François
You can get quite creative with the separator attribute when inserting repeating fields, such that you use closing and opening li tags, for example, to generate an unordered list, rather than simply separating items with a comma.
But that doesn't help you here because you need to dynamically output the image URLs for the links, so you will need to use the wpv-for-each shortcode to iterate over the occurrences of the image field.