function loadPano45281(){ var newcontent = document.createElement("div"); newcontent.id = "meapano-45281"; $(newcontent).click(function(){ $(this).find('iframe').attr('src',$(this).find('iframe').attr('data-src')).show().prev('.loader').remove(); }); $(newcontent).attr("style","position:relative; cursor: pointer; background-image:url(https://miejsce.eu//media/placei///5858/travel45281/poster.jpg); background-repeat: no-repeat; width:100%; height:500px; background-position: 50% 50%"); $(newcontent).attr("class","hidden-print"); $(newcontent).attr("title","Kliknij aby aktywować panoramę"); var iframe = document.createElement("iframe"); iframe.setAttribute("width", "100%"); iframe.setAttribute("height", "500px"); iframe.setAttribute("marginheight", 0); iframe.setAttribute("marginwidth", 0); iframe.setAttribute("webkitallowfullscreen", true); iframe.setAttribute("mozallowfullscreen", true); iframe.setAttribute("allowfullscreen", true); iframe.setAttribute("scrolling", "no"); iframe.setAttribute("frameborder", 0); $(iframe).attr("data-src","https://miejsce.eu//media/placei///5858/travel45281/index.html").css("display","none"); $(newcontent).append(''); $(newcontent).append(iframe); var scr = document.getElementById("mea-media-script-45281"); scr.parentNode.insertBefore(newcontent, scr); $(".meaShare").hide(); }; setTimeout(function(){ $(function(){loadPano45281();}); }, 2000);