Skip to content

Conversation

@zurborg
Copy link

@zurborg zurborg commented Mar 29, 2012

example usage to enable the nice lightbox:

!/path/to/image/ {lightbox}!

or to create an image group:

!/path/to/image1 {lightbox[foo]}!
!/path/to/image2 {lightbox[foo]}!

for more information see: http://lokeshdhakar.com/projects/lightbox2/

example usage to enable the nice lightbox:

!/path/to/image/ {lightbox}!

or to create an image group:

!/path/to/image1 {lightbox[foo]}!
!/path/to/image2 {lightbox[foo]}!

for more information see: http://lokeshdhakar.com/projects/lightbox2/
@bradchoate
Copy link
Owner

I'm not really interested in supporting a rel attribute for images... image markup is already kind of complicated. I would suggest using the class name method instead. You could then do this ahead of the lightbox2 initialization:

$('.lightbox').each(function() { $(this).attr('rel', 'lightbox'); });

Would that be suitable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants