1.1.147 • Published 10 years ago

coolzoom v1.1.147

Weekly downloads
2
License
MIT
Repository
-
Last release
10 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

10 years ago

1.1.145

10 years ago

1.1.144

10 years ago

1.1.143

10 years ago

1.1.142

10 years ago

1.1.141

10 years ago

1.1.139

10 years ago

1.1.138

10 years ago

1.1.137

10 years ago

1.1.136

10 years ago

1.1.135

10 years ago

1.1.134

10 years ago

1.1.133

10 years ago