Skip to content

adding rel-tag to images#5

Open
zurborg wants to merge 1 commit into
bradchoate:masterfrom
zurborg:master
Open

adding rel-tag to images#5
zurborg wants to merge 1 commit into
bradchoate:masterfrom
zurborg:master

Conversation

@zurborg

@zurborg zurborg commented Mar 29, 2012

Copy link
Copy Markdown

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
Copy Markdown
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