/zoomer

A jQuery plugin to zoom full pages in a cross-browser way.

Primary LanguageJavaScript

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
	});
});