Difference between revisions of "Widget:3DModelNotteMoe"
Jump to navigation
Jump to search
imported>Elaeagnifolia |
>LikableBrute |
||
| Line 4: | Line 4: | ||
<script> | <script> | ||
document.querySelector("#modelViewer<!--{$secondModel}--> a").addEventListener("click", function(e) { | document.querySelector("#modelViewer<!--{$secondModel}--> a").addEventListener("click", function(e) { | ||
| − | document.querySelector("#modelViewer<!--{$secondModel}-->").innerHTML = '<iframe width="400px" height="400px" src="https:// | + | document.querySelector("#modelViewer<!--{$secondModel}-->").innerHTML = '<iframe width="400px" height="400px" src="https://mushymato.github.io/dl-fbx/<!--{$modelType}--><!--{$id}-->_<!--{$variationId}-->" frameborder="0" style="border:none;" allowvr="yes" allow="vr; xr; accelerometer; magnetometer; gyroscope; autoplay;" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" ></iframe><br/><span style="font-size:0.8em">Click <a href="https://mushymato.github.io/dl-fbx/<!--{$modelType}--><!--{$id}-->_<!--{$variationId}-->">here</a> if model fails to load.</span>'; |
e.preventDefault(); | e.preventDefault(); | ||
e.stopPropagation(); | e.stopPropagation(); | ||
}, false); | }, false); | ||
</script> | </script> | ||
Revision as of 15:20, 10 April 2020
<script>
document.querySelector("#modelViewer a").addEventListener("click", function(e) {
document.querySelector("#modelViewer").innerHTML = '<iframe width="400px" height="400px" src="https://mushymato.github.io/dl-fbx/_" frameborder="0" style="border:none;" allowvr="yes" allow="vr; xr; accelerometer; magnetometer; gyroscope; autoplay;" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" ></iframe>
Click <a href="https://mushymato.github.io/dl-fbx/_">here</a> if model fails to load.';
e.preventDefault();
e.stopPropagation();
}, false);
</script>