We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I clicked image on iOS safari browser , it show one second then auto closed but google and edge is ok, so do with any PC browser
A list of the steps to reproduce the bug.
useEffect(() => { if (typeof window === 'undefined') return; const zoom = mediumZoom('article .markdown img', { scrollOffset: 0, background: 'rgba(25, 18, 25, .9)' }); return () => { zoom.detach(); }; }, []);
only turn off the preview when I trigger it
[my site](my site:The second picture)
medium-zoom
The text was updated successfully, but these errors were encountered:
It looks like Safari automatically adjusts the window
Sorry, something went wrong.
No branches or pull requests
Bug description
How to reproduce
Expected behavior
Reproducible example
[my site](my site:The second picture)
Environment
medium-zoom
version: 1.0.6The text was updated successfully, but these errors were encountered: