Hi,
Is there any way to resize Thumbnails on the fly in a Webthumbnailviewer. I would like to give the users the ability to resize the thumbnails. I have tried ThumbSize both in Javascript and Code behind and can't get it to work to reset the size. Is there any way to do this ??
regards
Dave
This would only be possible with a postback -- in the response to a posted back event, you can change the size of the thumbnails.
We will consider adding in a JavaScript way to do this for a future release. Thanks for the suggestion.