How to add thumbnails like in demo

WebSupport

Active member
Hi there! SpotEditor just creates a single 360 view that you can then combine in a similar fashion as in the sample or any way you like on your page(s).

So lets say you would have a few static thumbnail images on your page, one per 360 view created / published in SpotEditor. Then you just need to call _imageRotator.reload on the thumbnail click event and pass the location of an xml file that corresponds to the new 360 view being loaded in place.

You can start by using the html sample created by SpotEditor on publish, which loads the initial 360. Then add your thumbnail images into this sample as needed and call _imageRotator.reload with the path to the xml config file of a corresponding 360 on your web server or locally.

Hope this helps. If not, the easiest would be to review the source of the sample you referenced and post here any questions. BTW, the same sample is located under the Samples folder in the free download here: http://www.webrotate360.com/360-product-viewer.html
 
Top