Hi there,
I have an Img for displaying various images. These images often change and have different resolutions.
So I'm using Img#setSrc(url).
How can the Img get the resolution of the loading image?
Because if I don't set the size of the Img, the image is displayed stretched.
I hope, I could make my problem clear!
Thanks,
Gilbert
SmartGWT-Version: 3.0
GWT: 2.5
Browser: Firefox 10.0.8
I have an Img for displaying various images. These images often change and have different resolutions.
So I'm using Img#setSrc(url).
How can the Img get the resolution of the loading image?
Because if I don't set the size of the Img, the image is displayed stretched.
I hope, I could make my problem clear!
Thanks,
Gilbert
SmartGWT-Version: 3.0
GWT: 2.5
Browser: Firefox 10.0.8
Comment