Fixed HTML

This commit is contained in:
Rémi BERTHO 2022-09-06 22:54:20 +02:00
parent ac4bd3c0e2
commit ad8eca522f
Signed by: dalan
GPG Key ID: EE3B917931C07B64
2 changed files with 2 additions and 6 deletions

View File

@ -10866,14 +10866,11 @@
//# sourceMappingURL=photo-sphere-viewer.js.map
</script>
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4
//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" id="panorama_img" />
<h1>Panorama</h1>>
<script>
var PSV = new PhotoSphereViewer.Viewer({
container: 'photosphere',
panorama: "data:mage/png;base64,__BASE_64_IMG__",
panorama: "data:image/jpg;base64,__BASE_64_IMG__",
caption: 'Panorama displayed with Photo Sphere Viewer V4.7.1',
defaultZoomLvl: 40,
minFov: 5,

View File

@ -46,9 +46,8 @@
<script>
var PSV = new PhotoSphereViewer.Viewer({
container: 'photosphere',
panorama: '__IMG_PATH__',
panorama: "data:image/jpg;base64,__BASE_64_IMG__",
caption: 'Panorama displayed with Photo Sphere Viewer V4.7.1',
autorotateDelay: false,
defaultZoomLvl: 40,
minFov: 5,
maxFov: 75,