Skip to content

Commit 7c173d4

Browse files
committed
Update navbar options in App.js
1 parent 137d51b commit 7c173d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/virtualtour/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ function App() {
129129
touchmoveTwoFingers={true}
130130
mousewheelCtrlKey={true}
131131
defaultYaw={"130deg"}
132-
navbar={"zoom move gallery caption fullscreen"}
132+
navbar={["zoom", "move", "download", "description", "caption", "fullscreen"]}
133133
height={"100vh"}
134134
width={"100%"}
135+
hideNavbarButton={true}
135136
onReady={handleReady}
136-
littlePlanet={false}
137137
plugins={plugins}
138138
container={"container-360"}
139139
src={baseUrl + "tour/key-biscayne-3.jpg"}

0 commit comments

Comments
 (0)