jQuery easyThumb

Description
jQuery easyThumb is a plugin for jQuery. The easy description is that it turns a list of full-scale images to a list of thumbnails on-the-fly. It uses a php-script to return a thumbnail for each image, and jQuery to generate the list. Let’s jump right to the installation.Installation

t.php: This is the php-file that generates thumbnails (note: The code originates from FhImage, flash-here.com).
jquery.easythumb: This is the plugin.To make it work you will only need these two files, and the CSS-code located in index.html.

easyThumb

Example

  • Online example, check the source-code.
  • Check the index.html file that is located within the .zip-file.

Note: The example takes use of Lightbox plugin.

License
You may use jquery.easythumb.js freely. For the other files, follow their own license. You also use this scripts at your own risk.

Updates
This is the very first version. Updates will come in the near future.