Skip to content

Commit 634548c

Browse files
committed
fix set of img src in picture addon
1 parent af25e5b commit 634548c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jquery.lazyloadxt.picture.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
});
3030
}
3131

32+
$img.attr('src', src);
3233
return src;
3334
}
3435

0 commit comments

Comments
 (0)