Are there any good Javascript/Jquery thumbnail script equivalents to TimThimb (PHP)?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2012-03-21T23:27:37Z Indexed on 2012/03/21 23:29 UTC
Read the original article Hit count: 94

Filed under:
|
|

For those unaware of TimThumb, it will take any image, of any size or dimension and create a thumbnail on the fly to any desired size. The beauty of it is that it really works on any dimension you feed it through a combination of either resizing the image, cropping or zoom cropping the image.

Ive been searching for jscript equvalents but they either require the user to actually mask out the thumbs manually (looking for a script that automatically does it to images) or the scripts can't handle images in a different aspect ratio.

Thanks for any leads on this!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery