Include the JS and CSS files
Simple jQuery plugin to PAN images
$(function(){ $("#simplePan").simplePan({ css: { height: '500px', width: '400px' }, centerImage: true }); });
Include jQuery Mousewheel plugin
Simple jQuery plugin to PAN images
$(function(){ $("#simplePan2").simplePan({ css: { height: '600px', width: '100%' }, centerImage: true, mousewheel: true, zoomAnimate: true }); });
Option | Description |
---|---|
css
|
Takes the CSS properties of the image container as JSON |
centerImage
|
Puts the image in the center of the container when loading |
mouseWheel
|
|
zoomAnimate
|
Flag to toggle Animation |