1.1.147 • Published 8 years ago

coolzoom v1.1.147

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

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

1.1.147

8 years ago

1.1.145

8 years ago

1.1.144

8 years ago

1.1.143

8 years ago

1.1.142

9 years ago

1.1.141

9 years ago

1.1.139

9 years ago

1.1.138

9 years ago

1.1.137

9 years ago

1.1.136

9 years ago

1.1.135

9 years ago

1.1.134

9 years ago

1.1.133

9 years ago