Re: New Plugin - Fancy Image Gallery
Ah crap! You c/p it from docs, but there is a little typo which I always forget to fix.
Try this instead of current call:
<script type="text/javascript">
$(function(){
$(".photo").fancybox({
'speedIn': 500,
'speedOut': 500,
'overlayShow': true,
'titleShow': true,
'titlePosition': 'inside'
});
});
</script>
