diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 3e20556..9f90c50 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -322,6 +322,8 @@ function App(): JSX.Element { })(); }; + const zoomMultiplier = 1.777; + const handleZoomIn = () => { if (mediaSet == null) { return;