01-29-2012 10:13 PM
Hi,
I have a Image Control to display user photos. The photos are in different sizes. I want them all to be displayed in the image control as 200 * 200 size. How do I load the photo to be automatically mapped to the size 200*200? Currently it seems some big photos are chopped to display only a part.
I have set Auto size and Center property to be true, but it doesn't work
Thanks a lot!
Solved! Go to Solution.
01-30-2012 12:03 AM
01-30-2012 05:22 AM
As Mike posted - you have to make sure the images are the right size BEFORE displaying them in the image control.
We have used the browser control in the past to do this.. better size control ;-)
01-30-2012 06:24 PM
The browser way really helps me to solve this. Thanks!
04-02-2014 07:28 PM
I just wonder can I resize the image to desired demension in batch? I do not want to do it one by one.