Skip to content

Commit

Permalink
Update navbar options in App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Elius94 committed Jan 18, 2024
1 parent 137d51b commit 7c173d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/virtualtour/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ function App() {
touchmoveTwoFingers={true}
mousewheelCtrlKey={true}
defaultYaw={"130deg"}
navbar={"zoom move gallery caption fullscreen"}
navbar={["zoom", "move", "download", "description", "caption", "fullscreen"]}
height={"100vh"}
width={"100%"}
hideNavbarButton={true}
onReady={handleReady}
littlePlanet={false}
plugins={plugins}
container={"container-360"}
src={baseUrl + "tour/key-biscayne-3.jpg"}
Expand Down

0 comments on commit 7c173d4

Please sign in to comment.