I'm trying to use FancyBox in it's simplest form and it's not working -- upon clicking the image thumbnail I'm seeing the following in my developer console: RangeError: Maximum call stack size exceeded
Here is the HTML:
<a class="fancybox" href="/site_media/some_image.jpg">
<img src="/site_media/some_image_thumbnail.jpg">
</a>
And the jQuery call to activate FancyBox:
$('.fancybox').fancybox();
Couldn't be simpler... I'm using jQuery 1.9.1 and FancyBox 2.1.4. Lots of researching has led me to nothing helpful here.