Skip to content

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

Notifications You must be signed in to change notification settings

netcraft/zoomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published