Yarik
/
artbox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
02b8336271e0e8be7e691d517c5fe17749e2c2d1
Authored by
Yarik
2016-12-28 18:09:15 +0200
1 parent
7e01e0de
Lazy fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
resources/artbox-lazy.js
Inline
Side-by-side
resources/artbox-lazy.js
Wrap text
Show/Hide comments
View file @
02b8336
...
...
@@ -9,7 +9,7 @@ $(function() {
9
9
});
10
10
function lazyInit() {
11
11
$('img.artbox-lazy').lazyload({
12
- skip_invisible:
fals
e
12
+ skip_invisible:
tru
e
13
13
});
14
14
lazyThreshold();
15
15
lazyEvent();
...
...