Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 695 Bytes

File metadata and controls

26 lines (22 loc) · 695 Bytes

H-Smart-Thumbnail

jQuery image Thumbnail plugin

Getting Started

Installation

in browser

 <link href="/path/to/h-smart-thumbnail.css" rel="stylesheet">
 <script src="/path/to/h-smart-thumbnail.js"></script>

Usage

Stack your images in ul like

<div class="h-smart-thumnail">
    <ul>
	   <li><img src="path/to/img"/></li>
	   <li><img src="path/to/img"/></li>
	   <li><img src="path/to/img"/></li>
	   <li><img src="path/to/img"/></li> 
	   ......
    </ul>
</div>

Call H-Smart-Thumbnail plugin

$('.h-smart-thumnail').hSmartThumbnail();

Demo

enter image description here