0

这是您看到全屏图标的图像

window.addEventListener('load', onVrViewLoad);

      function onVrViewLoad() {
        var vrView = new VRView.Player('#vrview', {
          image: 'https://cors-anywhere.herokuapp.com/http://d305uc8ofhou21.cloudfront.net/images/vrimage/vr_kitchen.jpg',
          width:'500px',
          height:'300px'});
      }
<div id="vrview" class="view-image"></div>

4

0 回答 0