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>热点素材
- 2,3741
- 2,3230
- 2,25912
- 2,1973
- 2,0911





