mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed lazyload on mobile
This commit is contained in:
2
static/dist/main-min.js
vendored
2
static/dist/main-min.js
vendored
File diff suppressed because one or more lines are too long
@@ -107,10 +107,8 @@ var List = {
|
||||
}
|
||||
});
|
||||
|
||||
$(".list-image").lazyload({
|
||||
container: $("#wrapper")
|
||||
}).removeClass("lazy");
|
||||
|
||||
if(window.mobilecheck()) $(".list-image").lazyload({});
|
||||
else $(".list-image").lazyload({container: $("#wrapper")});
|
||||
$("#settings").css("visibility", "visible");
|
||||
$("#settings").css("opacity", "1");
|
||||
$("#wrapper").css("opacity", "1");
|
||||
|
||||
Reference in New Issue
Block a user