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
I am using below html for my hashtagged gallery:
<img data-gallery-tag="#men" class="gallery-item " src="men-2.jpg" data-label="Test">
I run script as per your website but changing a with img:
<script type="text/javascript"> jQuery(document).ready(function($) { $('img[data-rel^=lightcase]').lightcase(); }); </script>
Works fine if I add href to my img.
I would like to specify lightcase to take src for <img> and href for <a>
The text was updated successfully, but these errors were encountered:
As described in the docs you can use the attribute data-lc-href as an alternative to href.
Sorry, something went wrong.
No branches or pull requests
I am using below html for my hashtagged gallery:
I run script as per your website but changing a with img:
Works fine if I add href to my img.
I would like to specify lightcase to take src for <img> and href for <a>
The text was updated successfully, but these errors were encountered: