##jQuery Loupe v1.3.4
For Usage Examples: http://chrisiufer.com/loupe/
###Configurable Options
| Property | Default | |
|---|---|---|
| width | 200 | loupe width |
| height | 200 | loupe height |
| margin | 6 | pixel margin aroudn the viewing area of the loupe |
| cursorOffsetX | 10 | horizontal distance from the cursor |
| cursorOffsetY | 10 | vertical distance from the cursor |
| deprecated in 1.3.1. use backgroundColor or borderColor instead | ||
| borderColor | '#999' | border color |
| backgroundColor | '#fff' | background color of the negative space around the zoomed image |
| radiusLT | 0 | left top radius |
| radiusLB | 100 | left bottom radius |
| radiusRT | 100 | right top radius |
| radiusRB | 100 | right bottom radius |
| image | false | background image url |
| repeat | false | enable or disable repeating background image |
| fade | true | use fade in/out |
| fadeIn | true | fade in time (ms) |
| fadeOut | true | fade out time (ms) |
###Change Log
| Version | |
|---|---|
| V 1.3.4 | Added data-original attribute via @sandstrom. Code cleanup. |
| V 1.3.2 | Updated to work with jQuery 1.6 by changing attr() calls to prop(). |
| V 1.3.3 | Merged changes from jpcaruana to make start, stop, and move handlers easier to access. |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/