forked from Cavemanon/cavepaintings
lazy loading for thumbs
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user