Beskrivning
- 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); ?>
Vanliga frågor
View 360 Degree images in WordPress
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Panorama” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Panorama” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0
- Start plugin