FancyBox Options

FancyBox Options



jQuery(document).data("common-fancybox-options", {
    'transitionIn' : 'elastic',
    'transitionOut' : 'elastic',
    'speedIn' : 600,
    'speedOut' : 200,
    'overlayShow' : false,
    'wrapCSS'          :       'custom-fancybox',
    helpers : {
        overlay : {
            css : {
                'background-color' : '#000',
                'opacity' : '0.5'
            }
        }
    }
});
jQuery(".lnk-enlarge").fancybox( jQuery(document).data("common-fancybox-options") );

        jQuery(document).data("common-fancybox-options", {
            'transitionIn' : 'elastic',
            'transitionOut' : 'elastic',
            'speedIn' : 600,
            'speedOut' : 200,
            'overlayShow' : false,
            'fitToView'     :   false,
            'closeBtn'      :   false,
            'type'          :   'image',
            'imageScale'    :   false,
            'href'          :   'source.png',
            'scrolling'     :   'no',
            'wrapCSS'       :       'custom-fancybox',
            helpers : {
                overlay : {
                    css : {
                        'background-color' : '#000',
                        'opacity' : '0.5'
                    }
                }
            }
        });
        jQuery(".lnk-enlarge").fancybox( jQuery(document).data("common-fancybox-options") );


Комментарии