yenereren / thumbify

product image hover slider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumbify

Product Image Thumbifier

Quick start

###Demo

HERE

Install

npm will be added after version 1.0.0

Load

<link rel="stylesheet" href="thumbify.css" />

Put the script at the bottom of your markup right after jQuery:

<script src="thumbify.js"></script>

Usage

<div class="product-images-container">
    <img src="image1">
    <img src="image2">
    <img src="image3">
div>
$(document).ready(function(){

    var config = {
        width:500,
        showNagivation:true
    };

    $('.product-images-container').thumbify(config);
);

Test

There is no tests added, but this does not mean, it will last forever

License

The code and the documentation are released under the GPL.

About

product image hover slider

License:GNU General Public License v3.0


Languages

Language:JavaScript 58.2%Language:HTML 21.9%Language:Shell 14.5%Language:CSS 5.4%