diff --git a/src/js/lightslider.js b/src/js/lightslider.js index aa84598..6d9c79f 100644 --- a/src/js/lightslider.js +++ b/src/js/lightslider.js @@ -453,7 +453,7 @@ $this.auto(); } }else{ - obj.find('img').load(function () { + obj.find('img').on('load', function () { setTimeout(function () { setCss(); if (!interval) { @@ -1137,4 +1137,4 @@ }); return this; }; -}(jQuery)); \ No newline at end of file +}(jQuery));