Lightbox

  • Posted in : Responsy WP
  • irriterik
    Participant

    Hi,

    How can i get more than one image in a lightbox? I’ve got 3 images on 1 page, but i have to close the lightbox every time to see the next image.

    Kind regards,

    Erik

    ahmetsali
    Keymaster

    Hi, good point, we added this to update list. Till then you can use html markup below (via editor HTML tab) or wait for the next update release for updated shortcode;

     <!-- MEDIA BOX IMAGE -->
     <div class="media-box align-left span3">
        <img src="small-image.jpg" width="240" alt="image">
        <div class="mask">
           <h3 class="title">show image</h3>
           <a href="big-image.jpg" title="This is lightbox title" rel="prettyPhoto[galeri-01]" class="ico image full"></a>
        </div>
     </div>
     <!-- MEDIA BOX IMAGE -->

    Thanks for the feedback.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy WP’ is closed to new topics and replies.