Skip to content

Commit 2082056

Browse files
authored
Update lightslider.js
1 parent e565b3c commit 2082056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/lightslider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
$this.auto();
454454
}
455455
}else{
456-
obj.find('img').load(function () {
456+
obj.find('img').on('load', function () {
457457
setTimeout(function () {
458458
setCss();
459459
if (!interval) {
@@ -1137,4 +1137,4 @@
11371137
});
11381138
return this;
11391139
};
1140-
}(jQuery));
1140+
}(jQuery));

0 commit comments

Comments
 (0)