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
4defc656a58e6f2e0d50bccfd93b716ad171ceac
Authored by
Yarik
2016-12-12 19:09:04 +0200
1 parent
9ef99c68
Lazyload
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
resources/artbox-lazy.js
Inline
Side-by-side
resources/artbox-lazy.js
Show/Hide comments
View file @
4defc65
1
$(function() {
1
$(function() {
2
- $('img.artbox-lazy').lazyload();
2
+ $('img.artbox-lazy').lazyload({
3
+ skip_invisible: false
4
+ });
3
lazyThreshold();
5
lazyThreshold();
4
lazyEvent();
6
lazyEvent();
5
lazyEffect();
7
lazyEffect();