Open lightbox via PHP code
-
I am using Ajax Load More to retrieve images, How could I use lightbox when images are clicked? Help is appreciated. Thanks!
<div class="alm-gallery-img"> <a href="<?php echo $image ?>" target="_blank" class="popup"> <img src="<?php echo $image?>"/ data-lazy="true" style="" class="loaded"> </a> </div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Open lightbox via PHP code’ is closed to new replies.