Skip to content

Commit

Permalink
Update Truman_Beach.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Gearomatic committed Jul 22, 2024
1 parent 6e3d58d commit 5d92dbc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Panoramas/NY/Truman_Beach.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,16 @@

<script type="module">
import { Viewer } from '@photo-sphere-viewer/core';
import { GyroscopePlugin } from '@photo-sphere-viewer/gyroscope-plugin';
import { GyroscopePlugin } from '@photo-sphere-viewer/gyroscope-plugin';
const viewer = new Viewer({

plugins: [
GyroscopePlugin,
],
],
container: document.querySelector('#viewer'),
panorama: 'Truman_Beach.jpg',
caption: '<b> Trumans Beach, Long Island, New York',
caption: '<b> Trumans Beach, Long Island, New York</b>',
description: document.querySelector('#description').innerHTML,
sphereCorrection: { pan:0, tilt:0, roll: 0 },
navbar: [
Expand All @@ -94,5 +95,5 @@
</script>

<script type="text/template" id="description">
<p>This Photo Sphere was taken at Trumans Beach, on Friday July 12th from 7:45PM Est to 7:59PM Est.</a></p>
<p>This Photo Sphere was taken at Trumans Beach, on Friday July 12th from 7:45PM Est to 7:59PM Est.</p>
</script>

0 comments on commit 5d92dbc

Please sign in to comment.