Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #529251

    I just want that lightbox is appear at several images.(grouping)

    Is not Correct?

    group1
    group1
    group2
    group2

    Result is all image appear in lightbox.

    how to appear lightbox in grouping.

    • This topic was modified 9 years ago by celebcomms.
    #529358

    Hey celebcomms!

    Surround all of group 1 with this.

    <div class = "post-entry">
    
    </div>
    

    And it should separate them.

    Regards,
    Elliott

    #529370

    Hi Elliott

    Is it Right?

    <div class=”post-entry”>
    group1
    group1
    </div>
    <div class=”post-entry”>
    group2
    group2
    </div>

    But still lightbox image visible 4 images.
    I want grouping image 2 image…

    #529424

    Hey!

    Only group 1. Group2 should be left alone.

    Or if you have three groups then try this.

    <div class = "post-entry">
    first group
    </div>
    
    <div class = "main-menu">
    second group
    </div>
    
    third group
    

    Cheers!
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.