aspectRatio: function() {
                    // Don't use shortcut way of getting aspect ratio, will act as not expected.
                    var height = this.imageHeight();
                    var width = this.imageWidth();