forked from wezm/wezm.net
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');
|
li.css("background-position", (i * -75) + 'px -75px');
|
||||||
ul.append(li);
|
ul.append(li);
|
||||||
});
|
});
|
||||||
|
$("a[rel^='prettyPhoto']").prettyPhoto({theme: "facebook"});
|
||||||
};
|
};
|
||||||
|
|
||||||
// Populate Flickr
|
// Populate Flickr
|
||||||
|
|
Loading…
Reference in a new issue