zoom on mobile devices.

This commit is contained in:
Pushkar Anand 2020-11-25 19:44:05 +05:30
parent 6c75a433ee
commit 44f550d55f

View file

@ -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 } = {};