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
jquery.min.js:2 Uncaught TypeError: Cannot read property '_imageViewer' of undefined at ImageViewer._findContainerAndImageSrc (iv-viewer.js:640)
<script> $(function () { var viewer = new ImageViewer(); $('.gallery-items').click(function () { var imgSrc = this.src, highResolutionImage = $(this).data('high-res-img'); viewer.show(imgSrc, highResolutionImage); }); }); </script>
The text was updated successfully, but these errors were encountered:
I have the same issue, did you manage to solve it?
Sorry, something went wrong.
No, I just built my own simple viewer.
No branches or pull requests
jquery.min.js:2 Uncaught TypeError: Cannot read property '_imageViewer' of undefined
at ImageViewer._findContainerAndImageSrc (iv-viewer.js:640)
The text was updated successfully, but these errors were encountered: