Display a secondary image above the panorama.
title: PSV Overlay 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>', overlay: baseUrl + 'sphere-overlay.png', overlayOpacity: 0.8, });
← Intro animation Custom tooltip →