• Resolved bonumaster

    (@bonumaster)


    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>
  • The topic ‘Open lightbox via PHP code’ is closed to new replies.