/g, '>');
return fix_str;
}
// slider lightbox init
gg_slider_lightbox = function(data, gg_img_index) {
var rel = new Date().getTime();
var obj = '';
jQuery.each(data, function(i, v) {
obj += '
<\/div>';
});
gg_init_lclightbox(obj, gg_img_index, rel);
}
// throw lightbox
gg_init_lclightbox = function(obj, gg_img_index, the_hook) {
jQuery(obj).lcweb_lightbox({
open: true,
from_index: gg_img_index,
manual_hook: the_hook,
url_src: 'gg-url',
title_src: 'gg-title',
author_src: 'gg-author',
descr_src: 'gg-descr',
thumbs_maker_url: 'http://illinoismanufacturing.org/wp-content/plugins/global-gallery/classes/easy_wp_thumbs.php?src=%URL%&w=%W%&h=%H%&q=80',
animation_time: 300,
slideshow_time: 5000,
autoplay: false,
ol_opacity: 0.7,
ol_color: '#000000',
ol_pattern: 'false',
border_w: 4,
border_col: '#444444',
padding: 20,
radius: 7,
style: 'light',
data_position: 'under',
fullscreen: false,
fs_only: 'none',
fs_img_behaviour: 'fill',
max_width: '85%',
max_height: '75%',
thumb_nav: false,
socials: true,
fb_share_fix: 'http://illinoismanufacturing.org/wp-content/plugins/global-gallery/lcis_fb_img_fix.php'
});
}
});