Create slideshow
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Create slideshow’ is closed to new replies.