Simple panorama with default options.
title: PSV Basic Demo
const baseUrl = 'https://photo-sphere-viewer-data.netlify.app/assets/'; new PhotoSphereViewer.Viewer({ container: 'viewer', panorama: baseUrl + 'sphere.jpg', caption: 'Parc national du Mercantour <b>© Damien Sorel</b>', });
Description →