Skip to content

Commit

Permalink
Disable constrainDuringPan
Browse files Browse the repository at this point in the history
  • Loading branch information
aksylumoed committed Mar 24, 2024
1 parent 298e00a commit 0e86d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function displayDzi(index: number): void {
zoomPerClick: 1.20,
showNavigationControl: false,
visibilityRatio: 1.0,
constrainDuringPan: true,
// constrainDuringPan: true,
subPixelRoundingForTransparency: OpenSeadragon.SUBPIXEL_ROUNDING_OCCURRENCES.ALWAYS
});
}
Expand Down

0 comments on commit 0e86d6a

Please sign in to comment.