Skip to content

Commit

Permalink
Remove fixed zoom level
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano committed Mar 14, 2024
1 parent e3c0ca2 commit 6656152
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/SlideViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ const _constructViewers = ({ clients, slide, preload }: {
const volumeViewer = new dmv.viewer.VolumeImageViewer({
clientMapping: clients,
metadata: slide.volumeImages,
annotationOptions: {
maxZoom: 2.8,
},
controls: ['overview', 'position'],
preload: preload,
errorInterceptor: (error: CustomError) =>
Expand Down

0 comments on commit 6656152

Please sign in to comment.