Widget:3DModel

From Dragalia Lost Wiki
Revision as of 19:58, 30 December 2018 by imported>Elaeagnifolia (Elaeagnifolia moved page Widget:Adventurer3DModel to Widget:3DModel without leaving a redirect)
Jump to navigation Jump to search

<script>

   document.querySelector("#modelViewer a").addEventListener("click", function(e) {
       document.querySelector("#modelViewer").innerHTML = '<iframe width="400px" height="400px" src="https://poly.google.com/view//embed" frameborder="0" style="border:none;" allowvr="yes" allow="vr; xr; accelerometer; magnetometer; gyroscope; autoplay;" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" ></iframe>';
    e.preventDefault();
  e.stopPropagation();
   }, false);

</script>