This Plugin make a resize and rotation of a image.
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.
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!