Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 594 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 594 Bytes

Zoomer

Zoomer is simple and nice image zoom class. It's shows zoomed image inside original.

Screenshot

How to use

demo

Example 1:

html

#html
<img src="gomer-small.jpg" id="homer" big="gomer.jpg"/>

js

#js
new Zoomer('homer');

big attribute - big image src.

Example 2:

html

#html
<img src="girl-thumb.jpg" id="girl"/>

js

#js
new Zoomer('girl', {
	big: 'girl.jpg',
	smooth: 10
});

options:

  • big - big image src or image element
  • smooth(integer) - smooth