Hey, I have a repeater fields containing images. On the frontend part, I’d like to put the images in a grid.
When there are 3 images
<div class=”three column”>
</div>
<div class=”three column”>
</div>
<div class=”three column”>
</div>
When there are two images
<div class=”two column”>
</div>
and so on.
How can I achieve this? Thanks