Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Dual licensed under the MIT and GPL licenses.
Zooms full pages.
To use:
Put an iframe on the page, in some container,
and do:
iframe.one("load", function() {
iframe.zoomer({
ratio: 0.4,
previewWidth: 431,
previewHeight: 925
});
});