├── README.md
├── demo.html
├── elevatezoom.jquery.json
├── images
├── large
│ ├── image1.jpg
│ ├── image2.jpg
│ ├── image3.jpg
│ └── image4.jpg
├── small
│ ├── image1.png
│ ├── image2.png
│ ├── image3.png
│ └── image4.png
├── thumb
│ ├── image1.jpg
│ ├── image2.jpg
│ ├── image3.jpg
│ └── image4.jpg
└── window-positions.png
├── jquery-1.8.3.min.js
├── jquery.elevateZoom-3.0.8.min.js
└── jquery.elevatezoom.js
/README.md:
--------------------------------------------------------------------------------
1 | [jQuery Zoom Plugin](http://www.elevateweb.co.uk/image-zoom/)
2 | ================================
3 |
4 | elevateZoom - A jQuery image zoom plugin
5 |
6 |
7 | ## Getting Started
8 |
9 | Include jQuery and the plugin on a page. Include your images and initialise the plugin.
10 |
11 | ```html
12 |
13 |
14 |
17 | ```
18 |
19 | For more information on how to setup and customise, [check the examples](http://www.elevateweb.co.uk/image-zoom/examples).
20 |
21 | ## License
22 | Copyright (c) 2012 Andrew Eades
23 | Dual licensed under the GPL and MIT licenses.
24 |
--------------------------------------------------------------------------------
/demo.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
t |