Title: Create slideshow
Last modified: May 23, 2023

---

# Create slideshow

 *  Resolved [kindleman](https://wordpress.org/support/users/kindleman/)
 * (@kindleman)
 * [3 years ago](https://wordpress.org/support/topic/create-slideshow-2/)
 * How can i link images to create a gallery slideshow?
 * Currently i’m looping through my images and adding links:
 *     ```wp-block-code
        <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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcreate-slideshow-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [3 years ago](https://wordpress.org/support/topic/create-slideshow-2/#post-16767230)
 * 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.

 * ![](https://ps.w.org/wp-video-lightbox/assets/icon-128x128.png?rev=981252)
 * [WP Video Lightbox](https://wordpress.org/plugins/wp-video-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-video-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-video-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-video-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-video-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-video-lightbox/reviews/)

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)

 * 1 reply
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/create-slideshow-2/#post-16767230)
 * Status: resolved