All Projects → filamentgroup → Enlarge

filamentgroup / Enlarge

Licence: mit
zoom a photo

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].