I am new to jquery. All animations, such as transitions and speed, work fine. However, "showNavArrows" and "loopback" do not work. Here is the code:
$(document).ready(function() { $("a#single_image").fancybox({ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'speedIn' : 600, 'speedOut' : 200, 'overlayShow' : false, 'cyclic' : true, 'showNavArrows' : true }) });
The following options are available here: http://fancybox.net/api
source share