jQuery easyThumb

联合创作 · 2023-10-02

A combination of jQuery and PHP (for the thumbnail generation).

Turn a unsorted list of fullscale-images to thumbnails on-the-fly. Display them as galleries or single images. Uses preloading, so that the images are loaded in the background with an indicator. It is easily combinated with (example) Lightbox, etc. Has the option to turn images to imagelinks also.

Code example:

<div class="easyThumb">
  <ul>
   <li><img src="img/IMG_0064.jpg" alt="Ex 1" /></li>
   <li><img src="img/IMG_0065.jpg" alt="Blabla" /></li>
   <li><img src="../e.jpg" alt="This is a test"/></li>
  </ul>
</div>

 

浏览 3
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报