mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
trying to skip_invisible: false again
This commit is contained in:
@@ -3,14 +3,16 @@ $(document).ready(function(){
|
|||||||
$("img.lazy").lazyload({
|
$("img.lazy").lazyload({
|
||||||
effect: "fadeIn",
|
effect: "fadeIn",
|
||||||
threshold: 300,
|
threshold: 300,
|
||||||
placeholder: ""
|
placeholder: "",
|
||||||
|
skip_invisible: false
|
||||||
}).removeClass("lazy").removeAttr('width').removeAttr('height');
|
}).removeClass("lazy").removeAttr('width').removeAttr('height');
|
||||||
|
|
||||||
$(document).ajaxStop(function() {
|
$(document).ajaxStop(function() {
|
||||||
$("img.lazy").lazyload({
|
$("img.lazy").lazyload({
|
||||||
effect: "fadeIn",
|
effect: "fadeIn",
|
||||||
threshold: 300,
|
threshold: 300,
|
||||||
placeholder: ""
|
placeholder: "",
|
||||||
|
skip_invisible: false
|
||||||
}).removeClass("lazy").removeAttr('width').removeAttr('height');
|
}).removeClass("lazy").removeAttr('width').removeAttr('height');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user