Support

Account

Home Forums Add-ons Repeater Field Gallery slider with multiple images per slide

Unread

Gallery slider with multiple images per slide

  • I’m trying to build a slider which was multiple images (up to 10) per slide but not sure what the best way to do it is using Repeater (I can get the Gallery add-on if that would be easier but I can’t see how it would atm).

    Anyone know how I could achieve this?

    <ul class="slider cf">
         <li class="slide">
              <img src="http://placehold.it/250x250" alt="">
              <img src="http://placehold.it/250x250" alt="">
              <img src="http://placehold.it/250x250" alt="">
         </li>
         <li class="slide">
              <img src="http://placehold.it/250x250" alt="">
              <img src="http://placehold.it/250x250" alt="">
              <img src="http://placehold.it/250x250" alt="">
         </li>
              <img src="http://placehold.it/250x250" alt="">
              <img src="http://placehold.it/250x250" alt="">
              <img src="http://placehold.it/250x250" alt="">
         </li>
    </ul>
Viewing 1 post (of 1 total)

The topic ‘Gallery slider with multiple images per slide’ is closed to new replies.