PSV Home Demo

by zakariamouhid

HTML

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/polyfill.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/browser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/photo-sphere-viewer@4/dist/photo-sphere-viewer.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/photo-sphere-viewer@4/dist/photo-sphere-viewer.css">
<div id="photosphere"></div>

CSS

html, body, #photosphere {
  margin: 0;
  width: 100%;
  height: 100%;
}

JavaScript

// https://photo-sphere-viewer.js.org/
new PhotoSphereViewer.Viewer({
  panorama: 'https://i.suar.me/92r2X',
  container: 'photosphere',
  caption: 'Hello world',
  loadingImg: 'https://photo-sphere-viewer.js.org/assets/photosphere-logo.gif',
  navbar: 'autorotate zoom download caption fullscreen',
  defaultLat: 0.3,
  mousewheel: true,
  touchmoveTwoFingers: true,
});