$(document).ready(function() { /* This is basic - uses d*/ $("a#single_image").fancybox(); /* Using */ $("a#inline").fancybox({ 'hideOnContentClick': true }); /* Apply fancybox to*/ $("a.zoom").fancybox({ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'speedIn' : 600, 'speedOut' : 200, 'overlayShow' : true, 'showCloseButton' : true, 'hideOnContentClick' : true, 'overlayColor' : '#000', 'opacity' : true, 'overlayOpacity' : 0.5 }); });

Copyright Statement

© Copyright Synapp North. All Rights Reserved. Reproduction in whole or in part without permission is strictly prohibited. The capabilities, system requirements and/or compatibility with third-party products described herein are subject to change without notice. All other trademarks are the property of their respective owners.