Widget:Rc3map

From The Wiki of Illuna
Revision as of 22:09, 17 December 2020 by Milan (talk | contribs)


       <img class="embed-responsive-item livemapcover" src="https://wiki.illuna-minetest.tk/images/c/c7/Mapstarter.jpg" alt="rc3mapcover" />

<script> $(function(){

   $('#activate-rc3-map').click(function(){ 
       if(!$('#rc3mapframe').length) {
           document.getElementById('rc3-map').innerHTML = ;
           $('#rc3-map').html('<iframe height="600" width="700" scrolling="no" id="rc3mapframe" style="border: 0px; overflow: hidden;" class="embed-responsive-item" src="https://illuna-minetest.tk/rc3world-livemap/#!/map/0/11/-485/6"></iframe>');
       }
   });   

}); </script>