I’m adding fancybox to my site and I’m using inline but the next and previous links are covering the inline content. I don’t understand why they would show up at all for inline content.
How do I force the next and previous links to turn off?
Here is an example of the problem:
Example http://scclib.com/staff/example.png
My JS Code:
$(“.fancybox”).fancybox({
‘showNavArrows’ : false,
‘type’ : ‘inline’
});
You can disable them using the following option :
API & Options docs here
Update
For FancyBox version 2 and above its :
Docs for FancyBox 2