Hi, the image is zoomed in the KONtx.element.Image,such as
CODE
var adBannerImg = new KONtx.element.Image({
src: this.adBannerURL,
loadingSrc: this.adBannerLoadingSrc,
styles: {
width: 100,
height: 50,
}
}).appendTo(this);
I don't want the image is zoomed, I want to display the image in "KONtx.element.Image" in original size, even part of it, and also I want the align of the image is "left".
Thanks.