Create/open gallery with only 1 link
-
Hi,
in your admin page your have a very good example:
<a href="image1.jpg" class="foobox" rel="gallery">1</a> <a href="image2.jpg" class="foobox" rel="gallery">2</a> <a href="image3.jpg" class="foobox" rel="gallery">3</a>
and below a link “open a gallery”… (with rel=”foobox”)
How do you create the gallery behind that link? Where do you define, which images are shown behind this link?
I don’t want to put all images on one page, but a link “open gallery” (which allows me to swipe between e.g. 3 images).
If I put the 3
<a href rel="gallery">
on the page, it does of course work – but I also have then 3 pictures on my page (what I do not want)…So: how to create a “gallery-ref” without showing all images?
Thanks in advance,
Toengel@Alex
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Create/open gallery with only 1 link’ is closed to new replies.