Skip to content

mahabra/jquery.uzoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate zoom

jQuery Plugin for zooming images

Alpha test!

Attention: it's alpha test version.

Install

$ bower install uzoom

Usage

Use jQuery selector to find your images, then call .uzoom([options]) plugin:

$(".zoomer").uzoom();

Html examples:

<a class="zoomer" href="bigimage.jpg"><img src="smallimage.jpg" /></a>
<img class="zoomer" src="smallimage.jpg" data-origin="bigimage.jpg" />
<img class="zoomer" src="smallimage.jpg" />

Options:

  • "fadeDuration" - (ms) How fast big image fadin` in
  • "hideCursor" - (bool) Hide cursor if it possible
  • "cursor" - (string) style for cursor (default, pointer, zoom-in and others...)

Browsers tests

  • Chrome 37.0.2062.124 m
  • Firefox 32.0.3 (issue exists)
  • Safari 5.1.7
  • IE 9

Not supported browsers

IE <=8

Issues

  • Some bug in firefox with page scrollbar when mouse over image

Depends

  • jquery
  • jquery.tie

Author

Performed by @morulus

About

jQuery plugin for zooming images

Resources

License

Stars

Watchers

Forks

Packages

No packages published