Home

Awesome

jQuery plugin - Pan full size images

Example

$("img#mypic").panFullSize(700, 450).css("border", "medium solid black");

$("a#zoom").toggle(function(){
        $("img#mypic").normalView();
    },
    function(){
        $("img#mypic").panFullSize();.
    }
);

Checkout the demo here:

http://esamattis.github.io/jquery.panfullsize