Version 1.2 Added touch events for mobile devices
Minimal jquery carousel
How to use:
Html:
<div class="zoom">
<img src="images/thumb.jpg" data-large="images/large.jpg"/>
</div>
Jquery:
$(".zoom").wszoom();
Defaults:
- windowXpos: 0 (window x position)
- windowYpos:0 (window y position)
- windowWidth:300 (window width)
- windowHeight:300 (window height)
- fitImage:false (fit image proportional)
- centerImage:false (center image)
- autoSize:false (autosize zoom window overrules windowWidth/windowHeight!)
- debug:false (debug information)