coolzoom

1.1.147 • Public • Published

jQuery CoolZoom

JQuery image zoom plugin.

Usage

  1. Include jQuery:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  2. Include plugin's code:

    <link href="../node_modules/coolzoom/src/coolzoom.css" rel="stylesheet" type="text/css">
    ...
    <script src="./node_modules/coolzoom/src/jquery.coolzoom.min.js"></script>
  3. Call the plugin:

    $("#element").CoolZoom({
        propertyName: "a custom value"
    });

Structure

The basic structure of the project is given in the following way:

     demo/
        index.html
     dist/
        coolzoom.min.css
        coolzoom.min.js
     src/
        coolzoom.js
        coolzoom.css

demo/

Contains a simple HTML file to demonstrate how it works.

screenshot2

[src/]

Contains the files to link to in your development platform

[dist/]

Files for production.

Contribute

git clone git@my-centos-server.com:thimpat/jquery-coolzoom.git

Website

http://coolzoom.net/

License

[MIT License]

/coolzoom/

    Package Sidebar

    Install

    npm i coolzoom

    Homepage

    coolzoom.net

    Weekly Downloads

    16

    Version

    1.1.147

    License

    MIT

    Last publish

    Collaborators

    • thimpat