【发布时间】:2020-01-17 12:40:24
【问题描述】:
所以这段代码直接来自aframe 360图片源代码。当我运行这段代码时,它是全屏的。我想知道是否有办法缩小此图像,以便我可以在网页上放置多个图像。谢谢!
<head>
<meta charset="utf-8">
<title>360° Image</title>
<meta name="description" content="360° Image - A-Frame">
<script src="assets/js/aframe-master.js"></script>
<a-scene>
<a-sky src="assets/images/123.jpg" rotation="0 -130 0"></a-sky>
</a-scene>
【问题讨论】:
标签: aframe