lazy loading for thumbs

This commit is contained in:
Shish
2012-03-15 19:26:16 +00:00
parent 537ae6de18
commit f518c608d9
5 changed files with 24 additions and 1 deletions

View File

@@ -14,6 +14,11 @@ $(document).ready(function() {
selectFirst: false
});
$("IMG.lazy").show().lazyload({
effect: "fadeIn",
threshold: 200
});
$("TABLE.sortable").tablesorter();
$(".shm-clink").each(function(idx, elm) {