Fixed HTML
This commit is contained in:
parent
ac4bd3c0e2
commit
ad8eca522f
2 changed files with 2 additions and 6 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue