Support

Account

Home Forums General Issues Repeater and grid

Unread

Repeater and grid

  • 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

Viewing 1 post (of 1 total)

The topic ‘Repeater and grid’ is closed to new replies.