iv-viewer
iv-viewer copied to clipboard
jquery.min.js:2 Uncaught TypeError: Cannot read property '_imageViewer' of undefined
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>
I have the same issue, did you manage to solve it?
No, I just built my own simple viewer.