diff --git a/source/Ox.UI/js/Core/ImageElement.js b/source/Ox.UI/js/Core/ImageElement.js index cc250ba9..8e069d35 100644 --- a/source/Ox.UI/js/Core/ImageElement.js +++ b/source/Ox.UI/js/Core/ImageElement.js @@ -28,9 +28,9 @@ Ox.ImageElement = function(options, self) { self.isAuto = !self.options.width && !self.options.height; self.$screen = Ox.LoadingScreen({ + height: self.options.height, size: 16, - width: self.options.width, - height: self.options.height + width: self.options.width }) .start() .appendTo(that);