function addScript(src,callback) { var s = document.createElement('script'); s.setAttribute('src', src); s.onload=callback; document.body.appendChild(s); } function callback_main() { window.setTimeout(function(){ if ( typeof UniteGalleryMain == 'function' ) { $('div[id^="gallery"]').each(function(){ $(this).unitegallery({ gallery_images_preload_type:"minimal", gallery_autoplay:false, slider_control_zoom:true, gallery_play_interval: 10000, slider_scale_mode: "fit", slider_scale_mode_fullscreen: "fit", slider_enable_bullets: false, gallery_skin:"alexis", slider_bullets_skin: "alexis",gallery_autoplay:true, gallery_theme:"carousel"}); api.resize(300, 600); $('#gallery_flickrembed_58').css({'width':'300 !important'}); $('#gallery_flickrembed_58').css({'min-width':'300 !important'}); $('#gallery_flickrembed_58').css({'max-width':'300 !important'}); $('#gallery_flickrembed_58').css({'height':'600 !important'}); $('#gallery_flickrembed_58').css({'min-height':'600 !important'}); $('#gallery_flickrembed_58').css({'max-height':'600 !important'}); }); } }, 1000); } function callback2_flickrembed_58() { $('head').append(''); $('head').append('');$('head').append(''); $('#flickrembed_58').html(''); addScript('https://flickrembed.com/unitegallery/themes/carousel/ug-theme-carousel.js', callback_main); } function callback1_flickrembed_58() { $.getScript("https://flickrembed.com/js/remodal.min.js"); addScript('https://flickrembed.com/unitegallery/js/unitegallery.min.js', callback2_flickrembed_58); } addScript('https://code.jquery.com/jquery-1.12.1.min.js', callback1_flickrembed_58);