mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Fix lightbox on homepage
This commit is contained in:
parent
22c9d1dc16
commit
b98a36817c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ jQuery(function () {
|
|||
li.css("background-position", (i * -75) + 'px -75px');
|
||||
ul.append(li);
|
||||
});
|
||||
$("a[rel^='prettyPhoto']").prettyPhoto({theme: "facebook"});
|
||||
};
|
||||
|
||||
// Populate Flickr
|
||||
|
|
Loading…
Reference in a new issue