how to get thumbnails of uploaded images?
Posted
by
Bhushan Firake
on Stack Overflow
See other posts from Stack Overflow
or by Bhushan Firake
Published on 2012-11-24T04:55:26Z
Indexed on
2012/11/24
5:04 UTC
Read the original article
Hit count: 157
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.
© Stack Overflow or respective owner