dayinji / PanoramaPlayer.js

Make Panorama Video Lighter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PanoramaPlayer.js

Make Panorama Video Lighter

###Usage

①、引入 Three.min.js 和 PanoramaPlayer.min.js。

<script src="Three.min.js"></script>
<script src="PanoramaPlayer.min.js"></script>

②、new 一个 Panorama对象,传入全景视频的video Dom元素和宽高。

var player = new PanoramaPlayer({
  video: document.getElementById("video"),
  videoWidth: 900,
  videoHeight: 506
});

About

Make Panorama Video Lighter


Languages

Language:HTML 100.0%