• Resolved rhaims

    (@rhaims01)


    hello,
    can you have multiple foobox links on 1 page?
    right now it just keeps adding images into the same foobox

    In other words:

    each link just adds image to the same foobox. I need each link to open its own foobox with its own image in it.

    Link1
    <br>
    Link2

    Do I need to add an id or something like that to the links. How might that work?

    Thank You in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi

    Yes you can do this by addind a different rel attribute to each link.
    FooBox will then consider the links to be in different groups.

    example:

    
    <a href="image1.jpg" rel="foobox[1]">link1</a>
    <a href="image2.jpg" rel="foobox[2]">link2</a>
Viewing 1 replies (of 1 total)
  • The topic ‘Foobox Multiple fooboxes on 1 page’ is closed to new replies.