how to get thumbnails of uploaded images?
- by Bhushan Firake
I am developing an image gallery plugin where in user can see the thumbnails of the uploaded pics and on hovering the NEXT and PREVIOUS arrows he can see the thumbnail of the respective images.
Is it feasible to get the thumbnails of the pics automatically through code after been uploaded by admin?
Suggest me the available libraries to get thumbnails of the pics where the size and shape of the pic being uploaded can be modified.
The plugin should either be in C# or JQuery.