JoomHelper 360 Plugin Documentation
Description

Parameters
| # | Property | Type (default value) | Description |
| 1* | folder | String (null) | Path to folder where contain images preview. |
| 2 | zoomfolder | String (null) | Path to folder where contain large (root) images to zoom. |
| 3 | autoplay | 1 OR 0 (0) | Option to start auto rotation |
| 4 | wheelRotate | 1 OR 0 (0) | If to rotate on mousewheel rotation |
| 5 | autorotatespeed | Number (100) | Speed of auto rotation |
| 6 | roteteloop | 1 OR 0 (1) | If Set to false, rotates automatic only one time after load |
| 7 | reverse | 1 OR 0 (0) | Set to true to change rotation direction |
| 8 | startfrom | Number (0) | Set a start frame |
| 9 | width | Number (auto) | Width of JoomHelper 360 box preview |
| 10 | height | Number (auto) | Height of JoomHelper 360 box preview |
| 11 | pins | Array | Hotspots |
Examples
1. Basic
{jmp360}
"folder":"images/jmp360"
{/jmp360}
2. Using hotspots
{jmp360}
"folder":"images/jmp360",
"autoplay":1,
"pins":[
{
"x":20,
"y":40,
"frame":0,
"title":"Title of pin",
"desc":"Description of pin"
}
]
{/jmp360}
1. The "radio buttons" extra field doesn't transfer the values in the additional field, e.g., "yes" or "no," and only enters certain values into the #__fields_values database.
2. The "textarea" extra field with the "Use editor" option checked converts to "textarea" when it should be "editor."
3. In K2, the extra field group is assigned in the category. In Joomla Articles, the category is assigned in the extra field. It would be nice if this were automatically completed. A checkbox could be added if someone doesn't want this option.