Description
- View 360 Degree images in WordPress
- Thanks Liviu Holhos to write jQuery functions.
Features:
* Easy Installation.
* Using Mouse Wheel for move image.
Installation
- Upload
wp-panorama
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- To display Panoramic image, using function:
<?php wp_panorama('url_image', 'size_image', 'width', 'height'); ?>
in your theme.
For example:<?php wp_panorama('http://upload.wikimedia.org/wikipedia/commons/c/cb/Persepolis-Panorama.jpg', 1400, 512, 250); ?>
FAQ
View 360 Degree images in WordPress
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Panorama” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Panorama” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Start plugin