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