zoom on mobile devices.
This commit is contained in:
parent
6c75a433ee
commit
44f550d55f
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ export default function Gallery() {
|
|||
const [open, setOpen] = useState(false);
|
||||
const [options, setOptions] = useState<Options>({
|
||||
history: false,
|
||||
maxSpreadZoom: 5,
|
||||
shareEl: false,
|
||||
});
|
||||
const fetching: { [k: number]: boolean } = {};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue