Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
creaven committed Jan 13, 2010
1 parent f5a85c1 commit f888526
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
@@ -0,0 +1,28 @@
Zoomer
=====
Zoomer is simple and nice image zoom class. It's shows zoomed image inside original.

![Screenshot](http://mifjs.net/assets/images/queen.jpg)

How to use
----------
Example 1:
html:
<img src="gomer-small.jpg" id="homer" big="gomer.jpg"/>
js:
new Zoomer('homer');

big attribute - big image src.

Example 2:
html:
<img src="girl-thumb.jpg" id="girl"/>
js:
new Zoomer('girl', {
big: 'girl.jpg',
smooth: 10
});

options:
- *big* - big image src
- *smooth*(integer) - smooth

0 comments on commit f888526

Please sign in to comment.