Skip to content

hutn/enlarge

 
 

Repository files navigation

Enlarge Plugin

Description

Note: early stages of maintenance. Demos, docs, tests, still being updated.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/enlarge.min.js"></script>
<script>
jQuery(function($) {
	$( document ).bind( "enhance", function(){
		$( "body" ).addClass( "enhanced" );
	});

	$( document ).trigger( "enhance" );
});
</script>

Demo

Check the demo here

Release History

v0.1.0 - First release

About

zoom a photo

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 8.2%
  • HTML 3.3%