Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 2d410a5

Browse files
committed
- Removed hide, which flickers
1 parent dc114ac commit 2d410a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/lazy-load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
$img.unbind( 'scrollin' ) // remove event binding
35-
.hide()
35+
/*.hide()*/
3636
.removeAttr( 'data-lazy-src' )
3737
.attr( 'data-lazy-loaded', 'true' );
3838

0 commit comments

Comments
 (0)