diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index d638e6d6e..5b197717b 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -40,6 +40,8 @@ export default function Gallery() { const [open, setOpen] = useState(false); const [options, setOptions] = useState({ history: false, + maxSpreadZoom: 5, + shareEl: false, }); const fetching: { [k: number]: boolean } = {};