google-code-export / pwi

Automatically exported from code.google.com/p/pwi
1 stars 0 forks source link

Changin the rel for shadowbox #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When adding aditional information to the rel  >> settings.photoSize + "' 
rel='lb-" + settings.username + "' + '[1]'
2. The Shadowbox doesn't work anymore
3.

What is the expected output? What do you see instead?

I expect to be able to change the rel

Original issue reported on code.google.com by studiova...@gmail.com on 31 Mar 2011 at 2:26

GoogleCodeExporter commented 9 years ago
When changing the rel='lb-etc' line you also need to change the line that 
creates the slimbox-callback:
$s.find("a[rel='lb-" + $tmpUsername + "']").slimbox(settings.slimbox_config,

Original comment by borkh...@gmail.com on 12 Nov 2011 at 5:01