-
Notifications
You must be signed in to change notification settings - Fork 331
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
Adding a Zoom + Close icon #62
Comments
@fat any ideas on how to add this? Thanks! |
For indicating to the user that the image can be enlarged, do you not see the "zoom" mouse cursor when you hover over it? Or do you mean something more obvious (I suppose the cursor is no good on mobile for instance). |
If it's the latter, you should be able to do this via CSS. An ugly but working example is: http://codepen.io/spinningarrow/pen/xZJxOb. |
@spinningarrow - i tried something simliar to your example and ran into another issue: $('body').on('click', '.icon', function (event) { |
is there any set to close the full screen display ? |
Hi,
Neat plugin, Is there a way to add a (+) or zoom-in plugin to indicate to the user that the image can be zoomed / enlarged? Similarly what's the best way to add a close button in the enlarged view?
Thanks
Vilav
The text was updated successfully, but these errors were encountered: