Zoom plugin documents an infiniteZoom settings. However no .d.ts file includes this setting. Thus in TypeScript very hard to access in a type safe way.
Steps to reproduce
Docs say:
infiniteZoom | boolean | true
Enable/Disable infinite zoom. If you set this to true, you can zoom in more than the original size of the image.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Describe the issue that you're seeing.
Zoom plugin documents an infiniteZoom settings. However no .d.ts file includes this setting. Thus in TypeScript very hard to access in a type safe way.
Steps to reproduce
Docs say:
infiniteZoom | boolean | true
Enable/Disable infinite zoom. If you set this to true, you can zoom in more than the original size of the image.
JS code that you use to initialize lightGallery.
does not matter,
Environment
2.7.1
Additional context