=== WP-PhotoNav === Contributors: fmos Donate link: Tags: photo, picture, panorama, photonav, jquery, scroll Requires at least: 2.8 Tested up to: 2.8 Stable tag: 0.1 Provides a scrolling field without scrollbars for pictures with huge horizontal dimensions. Especially usefull for panorama pictures. == Description == This plugin is a rewrite of a JavaScript snippet called PhotoNav. It provides for easy integration of panaorama pictures in a Wordpress page throught using shortcode. The user can "rotate" the view of the panorama by moving the mouse over the image area. Suitable panorama pictures can be created e.g. using the [Hugin](http://hugin.sourceforge.net/) panorama photo stitcher. *Until a first major release, I want to encourage everyone to respond to my call for comments concerning this plugin on the [plugin homepage](http://www.fabianmoser.at/wp-photonav). Although my website is mainly in German, the plugin homepage will be kept in English and I hope, so will your posts.* == Installation == 1. Upload the wp-photonav directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the Plugins menu in WordPress 3. Upload a panorama picture and note the dimensions 4. Include PhotoNav in your post by entering `[photonav id='panorama' url='/wp-content/uploads/2009/07/panorama.jpg' container_width=400 photo_width=3000 height=200]`. Remember to use **unique** id strings and note that the image will be cropped (not scaled) to the given sizes. == Frequently Asked Questions == = What are possible ids? = You can use any valid html id. Every panorama has to have a unique id.