• Resolved kindleman

    (@kindleman)


    How can i link images to create a gallery slideshow?

    Currently i’m looping through my images and adding links:

     <a href="<?php echo $image['url']; ?>" rel="wp-video-lightbox">
                                        <img src="<?php echo $image['sizes']['medium']; ?>" alt="<?php echo $image['alt']; ?>" />
                                    </a>

    But they are just individual lightboxes, I can’t scroll through the images.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, unfortunately our plugin does not create gallery slideshows. It only creates video lightbox.

    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Create slideshow’ is closed to new replies.