Skip to content

wsvdmeer/ws-zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 1.2 Added touch events for mobile devices

ws-carousel

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)

About

Minimal jquery zoom plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published