Posts: 876
Name: Matt Pealing
Location: England, north west
|
I have an image gallery on the following page:
http://bit.ly/aN0bHs
And yet I can't for the life of me get the navigation to show up to switch to the next / previous image.
I've executed fancybox with the following:
Code:
$(document).ready(function() {
$('.ngg-galleryoverview a').fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'titlePosition' : 'over',
'showNavArrows' : true
});
})
Everything else works fine! Does anybody have any ideas what I'm doing wrong?
|