Wiki source code of LightboxTest
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | {{include document="XWiki.Lightbox"/}} | ||
3 | {{html}} | ||
4 | <h3>Single Images Example</h3> | ||
5 | <a href="$doc.getAttachmentURL('cat.jpg')" rel="lightbox" title="It's a cat"><img src="$doc.getAttachmentURL('cat.jpg')" width="250" height = "200"/></a> | ||
6 | <h3>Image Set Example<h3> | ||
7 | <pre> | ||
8 | <a href="$doc.getAttachmentURL('cat.jpg')" rel="lightbox[my-gallery]" title="It's a cat"><img src="$doc.getAttachmentURL('cat.jpg')" width="125" height = "100"/></a> | ||
9 | <a href="$doc.getAttachmentURL('cat.jpg')" rel="lightbox[my-gallery]" title="Another one"><img src="$doc.getAttachmentURL('cat.jpg')" width="125" height = "100"/></a> | ||
10 | <a href="$doc.getAttachmentURL('cat.jpg')" rel="lightbox[my-gallery]" title="And another"><img src="$doc.getAttachmentURL('cat.jpg')" width="125" height = "100"/></a> | ||
11 | </pre> | ||
12 | {{/html}} | ||
13 | {{/velocity}} |