Skip to content

freador/jquery-slider-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLIDER IMAGE

This Plugin make a resize and rotation of a image.

Dependeces

I't simple you need add some dependeces like:

JQUERY JQUERY-UI

Now that you already have a the dependeces, you can put the file: jquery.slider-image.js on your JS folder.

USAGE

It's simple, to use this plugin you only need put the tags bellow, on your document ready function like this:

For use rotation:

$(document).ready(function(){

	  $( "#image").imageRotation();	

});

For use resize:

$(document).ready(function(){

	  $( "#image").imageResize();	 
	  
});

Simple like this!

About

This Plugin make a resize and rotation of a image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published