diff --git a/source/UI/js/Image/ImageElement.js b/source/UI/js/Image/ImageElement.js index 8e069d35..66cb9719 100644 --- a/source/UI/js/Image/ImageElement.js +++ b/source/UI/js/Image/ImageElement.js @@ -66,6 +66,7 @@ Ox.ImageElement = function(options, self) { function showImage() { self.$screen.stop().remove(); self.$image.appendTo(that); + that.triggerEvent('load'); } function stopLoading() {