"/>

360度全景图片预览效果js代码

132
0
这是一款非常棒的360度全景图片预览效果js代码,就像VR全景图片展示特效,电脑、平板和手机端都适用。
js代码

<script src="rmpano.js" type="text/javascript"></script>
<script type="text/javascript">
    if (isHTML5possible()) {
        creatViewer("myPano", "img/config.js", "100%", "100%");
    } else {
        document.getElementById("nonhtml5").style.display = "inline";
    }


    window.onload = function() {
        document.getElementById("copyRight").style.display = "none";
        var aa = document.getElementById("copyRight");
        aa.innerHTML = "";
    }
</script>