Skip to content

Commit

Permalink
Merge pull request #655 from art-institute-of-chicago/fix/virtual-tours
Browse files Browse the repository at this point in the history
Update krpano parameter [WEB-2999]
  • Loading branch information
nikhiltri authored Jan 13, 2025
2 parents 6c9b324 + e26e649 commit 18e25ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/behaviors/virtualTour/viewerVirtualTour.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const viewerVirtualTour = function(container) {
target: targetDiv,
html5: 'only',
mobilescale: 1.0,
passQueryParameters: true,
passQueryParameters: false,
initvars: {imagepath: vtourImages},
capturetouch: false,
bgcolor: "none"
Expand Down

0 comments on commit 18e25ba

Please sign in to comment.