Improve navbar

Signed-off-by: Rémi BERTHO <remi.bertho@dalan.fr>
This commit is contained in:
Rémi BERTHO 2018-05-01 11:15:07 +02:00
parent 7c604fab52
commit 50030cabc1
Signed by: dalan
GPG key ID: EE3B917931C07B64
3 changed files with 12 additions and 4 deletions

View file

@ -49,7 +49,12 @@
var PSV = new PhotoSphereViewer({
container: 'photosphere',
panorama: '__IMG_PATH__',
time_anim: false
time_anim: false,
navbar: [
'autorotate',
'zoom',
'caption'
]
});
</script>