• Resolved damians20171

    (@damians20171)


    Hello,

    I have problem with grouping images into some groups.
    Simply it is not working the way I do it.

    Here is some code i use.

    
    <div id="container" class="isotope gallery">
    <a class="grid-item" data-filter="city" href="someimage.png" rel="rel1">
    <img src="someimage.png" alt="" title="" /></a>
    <a class="grid-item" data-filter="cats" href="someimage.png" rel="rel1">
    <img src="someimage.png" alt="" title="Beautiful Image" /></a>
    </div>

    So as you can see there is attribute rel in a tag.

    In plugin setting I have changed grouping to true from default false.

    What am I doing wrong? Could you please help me?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image grouping not working’ is closed to new replies.