Skip to content
New issue

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

Zoom out issue #55

Open
teomaragakis opened this issue Sep 10, 2015 · 4 comments
Open

Zoom out issue #55

teomaragakis opened this issue Sep 10, 2015 · 4 comments

Comments

@teomaragakis
Copy link

I'm using a grid layout (with masonry, but I believe it's irrelevant) to display a gallery. Problem is that when you click out of the image, if underneath the cursor there's another image (even if you just see the white BG and not the image), zooms calls the new image instead of zooming out, which messes up the layout when I do finally click on nothing and unzoom.

Mind that I'm using the release.

@teomaragakis
Copy link
Author

Found it. It's the "pointer-events: none" CSS rule for div.zoom-overlay.

@isoriaizquierdo
Copy link

@teomaragakis I have the same problem. What you mean with "pointer-events: none" solution.
I have played removing it, changing the value, but no luck.
Thanks.

@teomaragakis
Copy link
Author

pointer-events: initial; should work.

@heavybeard
Copy link

Hi @teomaragakis,
can you provide an example? I am curious.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants